File tree Expand file tree Collapse file tree 4 files changed +12
-7
lines changed Expand file tree Collapse file tree 4 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1
1
engines :
2
2
eslint :
3
3
enabled : true
4
+ ratings :
5
+ paths : ["**.js"]
Original file line number Diff line number Diff line change 1
1
{
2
- "extends": "eslint-config-airbnb/legacy",
2
+ "extends": "eslint-config-airbnb-base /legacy",
3
3
}
Original file line number Diff line number Diff line change @@ -33,3 +33,6 @@ node_modules
33
33
34
34
# Optional REPL history
35
35
.node_repl_history
36
+
37
+ # Yarn lock file
38
+ yarn.lock
Original file line number Diff line number Diff line change 35
35
"devDependencies" : {
36
36
"babel-eslint" : " ^7.1.0" ,
37
37
"coveralls" : " ^2.11.15" ,
38
- "css-loader" : " ^0.26 .0" ,
39
- "eslint" : " ^3.10 .0" ,
40
- "eslint-config-airbnb" : " ^14 .1.0 " ,
41
- "eslint-plugin-react " : " ^6.6 .0" ,
38
+ "css-loader" : " ^0.28 .0" ,
39
+ "eslint" : " ^3.19 .0" ,
40
+ "eslint-config-airbnb-base " : " ^11 .1.3 " ,
41
+ "eslint-plugin-import " : " ^2.2 .0" ,
42
42
"expect" : " ^1.13.4" ,
43
43
"extract-text-webpack-plugin" : " ^1.0.1" ,
44
- "file-loader" : " ^0.10 .0" ,
44
+ "file-loader" : " ^0.11 .0" ,
45
45
"glob" : " ^7.1.1" ,
46
46
"html-webpack-plugin" : " ^2.21.0" ,
47
47
"htmlparser" : " ^1.7.7" ,
53
53
"mocha" : " ^3.1.2" ,
54
54
"nyc" : " ^10.0.0" ,
55
55
"soupselect" : " ^0.2.0" ,
56
- "style-loader" : " ^0.13.1 " ,
56
+ "style-loader" : " ^0.17.0 " ,
57
57
"tmp" : " ^0.0.31" ,
58
58
"travis-after-all" : " ^1.4.4" ,
59
59
"webpack" : " ^1.12.11"
You can’t perform that action at this time.
0 commit comments