Skip to content

Commit bb0ab0a

Browse files
Removing unused lint plugin and lint rule
1 parent bc891a9 commit bb0ab0a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.eslintrc.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ module.exports = {
22
parser: "babel-eslint",
33
plugins: [
44
"babel",
5-
"jsx-a11y",
65
"promise",
76
],
87
env: {
@@ -77,7 +76,6 @@ module.exports = {
7776
"id-match": "error",
7877
"indent": ["error", 2, {"SwitchCase": 1}],
7978
"init-declarations": "error",
80-
"jsx-quotes": "error",
8179
"key-spacing": "error",
8280
"keyword-spacing": "error",
8381
"line-comment-position": "error",

0 commit comments

Comments
 (0)