We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f1c31 commit 85554c6Copy full SHA for 85554c6
.eslintrc
@@ -8,6 +8,15 @@
8
"extends": "airbnb",
9
"rules": {
10
"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,
20
"comma-dangle": ["off"],
21
"no-unused-vars": ["warn"],
22
"object-curly-spacing": ["off"],
0 commit comments