File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ module . exports = {
2
+ extends : [
3
+ "airbnb"
4
+ ]
5
+ } ;
Original file line number Diff line number Diff line change 4
4
"description" : " React ES6 demo" ,
5
5
"scripts" : {
6
6
"build" : " webpack --config webpack.config.js" ,
7
- "dev" : " webpack-dev-server -d --open"
7
+ "dev" : " webpack-dev-server -d --open" ,
8
+ "lint" : " eslint ."
8
9
},
9
10
"repository" : {
10
11
"type" : " git" ,
45
46
"babel-preset-es2015" : " ^6.9.0" ,
46
47
"babel-preset-react" : " ^6.5.0" ,
47
48
"copy-webpack-plugin" : " ^3.0.1" ,
49
+ "eslint" : " ^2.13.1" ,
50
+ "eslint-config-airbnb" : " ^9.0.1" ,
51
+ "eslint-plugin-import" : " ^1.9.2" ,
52
+ "eslint-plugin-jsx-a11y" : " ^1.5.3" ,
53
+ "eslint-plugin-react" : " ^5.2.2" ,
48
54
"react" : " ^15.1.0" ,
49
55
"react-dom" : " ^15.1.0" ,
50
56
"webpack" : " ^2.1.0-beta.13" ,
You can’t perform that action at this time.
0 commit comments