File tree Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Original file line number Diff line number Diff line change
1
+ node_modules
Original file line number Diff line number Diff line change
1
+ ---
2
+ parser : babel-eslint
3
+
4
+ extends : eslint-config-shakacode
5
+
6
+ plugins :
7
+ - react
8
+
9
+ globals :
10
+ __DEBUG_SERVER_ERRORS__ : true
11
+ __SERVER_ERRORS__ : true
12
+
13
+ env :
14
+ browser : true
15
+ node : true
Original file line number Diff line number Diff line change 8
8
"scripts" : {
9
9
"build:test" : " webpack --config webpack.config.js" ,
10
10
"build:production" : " NODE_ENV=production webpack --config webpack.config.js" ,
11
- "build:development" : " webpack -w --config webpack.config.js"
11
+ "build:development" : " webpack -w --config webpack.config.js" ,
12
+ "eslint" : " eslint --ext .js,.jsx ."
12
13
},
13
- "cacheDirectories" : [" node_modules" , " client/node_modules" ],
14
+ "cacheDirectories" : [
15
+ " node_modules" ,
16
+ " client/node_modules"
17
+ ],
14
18
"dependencies" : {
15
19
"babel" : " ^6.5.2" ,
16
20
"babel-cli" : " ^6.6.5" ,
36
40
"webpack" : " ^1.12.14"
37
41
},
38
42
"devDependencies" : {
43
+ "eslint" : " ^3.10.2" ,
44
+ "eslint-config-shakacode" : " ^13.1.0" ,
45
+ "eslint-plugin-import" : " ^2.2.0" ,
46
+ "eslint-plugin-jsx-a11y" : " ^2.2.3" ,
47
+ "eslint-plugin-react" : " ^6.7.1"
39
48
}
40
49
}
You can’t perform that action at this time.
0 commit comments