File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change
1
+ module . exports = {
2
+ extends : 'loris/es5' ,
3
+ root : true ,
4
+ env : {
5
+ node : true
6
+ }
7
+ } ;
Original file line number Diff line number Diff line change 7
7
"contributors" : [
8
8
" Alexander Tarmolov <tarmolov@gmail.com> (http://tarmolov.ru/)" ,
9
9
" Denis Khananein <i@zloylos.me> (http://zloy.me/)" ,
10
- " Ikonnikov Konstantin"
10
+ " Ikonnikov Konstantin" ,
11
+ " Robert (Jamie) Munro <jamie@diffblue.com>"
11
12
],
12
13
"keywords" : [
13
14
" git" ,
38
39
"scripts" : {
39
40
"postinstall" : " ./bin/git-hooks --install" ,
40
41
"preuninstall" : " ./bin/git-hooks --uninstall" ,
41
- "test" : " jscs . && jshint . && mocha --reporter spec --recursive tests" ,
42
+ "test" : " eslint lib tests && mocha --reporter spec --recursive tests" ,
42
43
"coverage" : " istanbul cover _mocha --recursive tests"
43
44
},
44
45
"main" : " lib/git-hooks" ,
49
50
],
50
51
"devDependencies" : {
51
52
"chai" : " 4.1.2" ,
53
+ "eslint" : " 4.19.1" ,
54
+ "eslint-config-loris" : " 9.1.0" ,
52
55
"istanbul" : " 0.4.5" ,
53
- "jscs" : " 2.11.0" ,
54
- "jshint" : " 2.9.5" ,
55
56
"mocha" : " 5.1.1"
56
57
},
57
58
"license" : " MIT"
You can’t perform that action at this time.
0 commit comments