不要怂,就是干,撸起袖子干!

Commit 107502e3 by Matej Jellus Committed by Erik Seliger

docs(contributing): fixed name and reference to .eslintrc.json file (#8387)

1 parent 576e434f
Showing with 1 additions and 1 deletions
...@@ -122,7 +122,7 @@ When you commit, your commit message will be validated automatically with [valid ...@@ -122,7 +122,7 @@ When you commit, your commit message will be validated automatically with [valid
Then push and send your pull request. Happy hacking and thank you for contributing. Then push and send your pull request. Happy hacking and thank you for contributing.
### Coding Guidelines ### ### Coding Guidelines ###
Have a look at our [.eslintrc](https://github.com/sequelize/sequelize/blob/master/.eslintrc) file for the specifics. As part of the test process, all files will be linted, and your PR will **not** be accepted if it does not pass linting. Have a look at our [.eslintrc.json](https://github.com/sequelize/sequelize/blob/master/.eslintrc.json) file for the specifics. As part of the test process, all files will be linted, and your PR will **not** be accepted if it does not pass linting.
# Publishing a release # Publishing a release
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!