File tree 3 files changed +2377
-3410
lines changed
3 files changed +2377
-3410
lines changed Original file line number Diff line number Diff line change 1
1
module . exports = {
2
- "extends" : "airbnb" ,
3
- "plugins" : [ ] ,
4
- "rules" : {
5
- "func-names" : "off" ,
6
- "prefer-destructuring" : "off" ,
7
- "no-plusplus" : "off" ,
8
- "no-template-curly-in-string" : "off" ,
9
- "no-restricted-syntax" : "off" ,
10
- "strict" : "off" ,
11
- "prefer-rest-params" : "off" ,
12
- "react/require-extension" : "off" ,
13
- "import/no-extraneous-dependencies" : "off"
2
+ extends : 'airbnb' ,
3
+ plugins : [ ] ,
4
+ rules : {
5
+ 'func-names' : 'off' ,
6
+ 'prefer-destructuring' : 'off' ,
7
+ 'no-plusplus' : 'off' ,
8
+ 'no-template-curly-in-string' : 'off' ,
9
+ 'no-restricted-syntax' : 'off' ,
10
+ strict : 'off' ,
11
+ 'prefer-rest-params' : 'off' ,
12
+ 'react/require-extension' : 'off' ,
13
+ 'import/no-extraneous-dependencies' : 'off' ,
14
+ } ,
15
+ env : {
16
+ mocha : true ,
14
17
} ,
15
- "env" : {
16
- "mocha" : true
17
- }
18
18
} ;
You can’t perform that action at this time.
0 commit comments