Skip to content

Commit

Permalink
Add extension to .eslintrc (#472)
Browse files Browse the repository at this point in the history
.eslintrc without extension is deprecated.
  • Loading branch information
ManoelLobo authored Feb 9, 2021
1 parent 999a050 commit 6d43f5b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .eslintrc → .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,7 @@
"jsx-a11y/no-static-element-interactions": "off",
"jsx-a11y/label-has-for": "off"
},
"plugins": [
"jsx-a11y",
"import",
"react"
],
"plugins": ["jsx-a11y", "import", "react"],
"settings": {
"import/core-modules": "electron",
"import/resolver": {
Expand Down

0 comments on commit 6d43f5b

Please sign in to comment.