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 77 "contributors" : [
88 " Alexander Tarmolov <tarmolov@gmail.com> (http://tarmolov.ru/)" ,
99 " Denis Khananein <i@zloylos.me> (http://zloy.me/)" ,
10- " Ikonnikov Konstantin"
10+ " Ikonnikov Konstantin" ,
11+ " Robert (Jamie) Munro <jamie@diffblue.com>"
1112 ],
1213 "keywords" : [
1314 " git" ,
3839 "scripts" : {
3940 "postinstall" : " ./bin/git-hooks --install" ,
4041 "preuninstall" : " ./bin/git-hooks --uninstall" ,
41- "test" : " jscs . && jshint . && mocha --reporter spec --recursive tests" ,
42+ "test" : " eslint lib tests && mocha --reporter spec --recursive tests" ,
4243 "coverage" : " istanbul cover _mocha --recursive tests"
4344 },
4445 "main" : " lib/git-hooks" ,
4950 ],
5051 "devDependencies" : {
5152 "chai" : " 4.1.2" ,
53+ "eslint" : " 4.19.1" ,
54+ "eslint-config-loris" : " 9.1.0" ,
5255 "istanbul" : " 0.4.5" ,
53- "jscs" : " 2.11.0" ,
54- "jshint" : " 2.9.5" ,
5556 "mocha" : " 5.1.1"
5657 },
5758 "license" : " MIT"
You can’t perform that action at this time.
0 commit comments