File tree Expand file tree Collapse file tree 3 files changed +2681
-3448
lines changed Expand file tree Collapse file tree 3 files changed +2681
-3448
lines changed Original file line number Diff line number Diff line change 11module . 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 ,
1417 } ,
15- "env" : {
16- "mocha" : true
17- }
1818} ;
You can’t perform that action at this time.
0 commit comments