File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
+ "extends": "eslint:recommended",
2
3
"env": {
3
4
"browser": true,
4
5
"node": true
Original file line number Diff line number Diff line change 44
44
"devDependencies" : {
45
45
"babel" : " 5.6.14" ,
46
46
"babel-core" : " 5.6.15" ,
47
- "babel-eslint" : " ^3 .1.20 " ,
47
+ "babel-eslint" : " ^4 .1.6 " ,
48
48
"babel-loader" : " ^5.3.0" ,
49
49
"babel-plugin-object-assign" : " ^1.2.1" ,
50
50
"chai" : " ^3.2.0" ,
51
51
"component-playground" : " jquense/component-playground" ,
52
52
"css-loader" : " ^0.15.6" ,
53
53
"es5-shim" : " ^4.1.7" ,
54
- "eslint" : " ^0.24.0 " ,
55
- "eslint-plugin-babel" : " ^1 .0.0" ,
56
- "eslint-plugin-mocha" : " ^0.4 .0" ,
54
+ "eslint" : " ^1.10.1 " ,
55
+ "eslint-plugin-babel" : " ^3 .0.0" ,
56
+ "eslint-plugin-mocha" : " ^1.1 .0" ,
57
57
"eslint-plugin-react" : " ^3.1.0" ,
58
58
"isparta-loader" : " ^0.2.0" ,
59
59
"jquery" : " ^2.1.4" ,
Original file line number Diff line number Diff line change 11
11
"mocha"
12
12
],
13
13
"rules": {
14
+ "no-console": 0,
14
15
"no-unused-expressions": 0,
15
16
"mocha/no-exclusive-tests": 2
16
17
}
You can’t perform that action at this time.
0 commit comments