diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cf8c275d..b8453225 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,7 @@ To make a feature request, [create a new issue on GitHub](https://github.com/not Contributions are welcome. To contribute code, fork snoowrap and create a pull request. -Code style is enforced by [ESLint](https://github.com/eslint/eslint) -- please try to make it pass without any warnings/errors. The ESLint configuration can be found [here](https://github.com/not-an-aardvark/snoowrap/blob/master/.eslintrc.js), but it'll probably be easier to just copy the style of the surrounding code. +Code style is enforced by [ESLint](https://github.com/eslint/eslint) -- please try to make it pass without any warnings/errors. The ESLint configuration can be found [here](https://github.com/not-an-aardvark/snoowrap/blob/master/.eslintrc.json), but it'll probably be easier to just copy the style of the surrounding code. For bugfixes and new features, it's appreciated if you also add a regression test.