Skip to content

Commit 853f876

Browse files
authored
refactor: removing outdated eslint config file (#1393)
1 parent 58308bf commit 853f876

File tree

2 files changed

+1
-80
lines changed

2 files changed

+1
-80
lines changed

.eslintrc.json

Lines changed: 0 additions & 79 deletions
This file was deleted.

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This ensures that any changes you've made will still result in a clean and funct
4848
4949
## Coding style
5050
51-
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.
51+
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.js` file.
5252
5353
The `.editorconfig` controls spaces / tabs within supported editors. Check out their [site](http://editorconfig.org/).
5454

0 commit comments

Comments
 (0)