Skip to content

Commit 06f8b6a

Browse files
committed
fix: .eslintrc without extension
The use of .eslintrc without extension is deprecated.
1 parent 6e6b398 commit 06f8b6a

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

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)