Skip to content

Commit 02ba847

Browse files
Merge pull request #928 from ManoelLobo/pr/eslintrc-extension
fix: .eslintrc without extension
2 parents 0aea66c + 06f8b6a commit 02ba847

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This ensures that any changes you've made will still result in a clean and funct
4747
4848
## Coding style
4949
50-
Formatting is automated via [Prettier](https://prettier.io/), setup to run on precommit. We suggest [editor integration](https://prettier.io/docs/en/editors.html) for this and for eslint. Prettier is further configured within `.prettierrc`. Eslint validates syntax and usage that Prettier doesn't handle. Configuration for both is found within the `.eslintrc` file.
50+
Formatting is automated via [Prettier](https://prettier.io/), setup to run on precommit. We suggest [editor integration](https://prettier.io/docs/en/editors.html) for this and for eslint. Prettier is further configured within `.prettierrc`. Eslint validates syntax and usage that Prettier doesn't handle. Configuration for both is found within the `.eslintrc.json` file.
5151
5252
The `.editorconfig` controls spaces / tabs within supported editors. Check out their [site](http://editorconfig.org/).
5353

0 commit comments

Comments
 (0)