Skip to content

Commit 85554c6

Browse files
committed
update eslintrc
1 parent 63f1c31 commit 85554c6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.eslintrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88
"extends": "airbnb",
99
"rules": {
1010
"linebreak-style": 0,
11+
"no-debugger": 0,
12+
"no-alert": 0,
13+
"no-console": 0,
14+
"react/forbid-prop-types": 0,
15+
"no-useless-return": 0,
16+
"jsx-a11y/no-static-element-interactions": 0,
17+
"no-useless-escape": 0,
18+
"react/no-find-dom-node": 0,
19+
"no-param-reassign": 0,
1120
"comma-dangle": ["off"],
1221
"no-unused-vars": ["warn"],
1322
"object-curly-spacing": ["off"],

0 commit comments

Comments
 (0)