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 e1dacac commit d87788fCopy full SHA for d87788f
.eslintrc
@@ -1,3 +1,10 @@
1
{
2
- "extends": "airbnb/base"
+ "extends": "airbnb/base",
3
+ "rules": {
4
+ "no-param-reassign": [0],
5
+ "max-len": [0],
6
+ "prefer-arrow-callback": [0],
7
+ "space-before-function-paren": [0],
8
+ "func-names": [0],
9
+ }
10
}
0 commit comments