File tree Expand file tree Collapse file tree 5 files changed +25
-49
lines changed
Expand file tree Collapse file tree 5 files changed +25
-49
lines changed Original file line number Diff line number Diff line change 1+ # Compiled by webpack
2+ test /output
3+
4+ # Fake node_modules folder for tests
5+ test /node_modules
Original file line number Diff line number Diff line change 1+ {
2+ "extends" : [
3+ " peerigon/base"
4+ ],
5+ "env" : {
6+ "node" : true
7+ },
8+ "root" : true
9+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 88 "create-spec" : " node test/tools/runCreateSpec.js" ,
99 "pretest" : " npm run create-spec" ,
1010 "test" : " nyc --all mocha -R spec -t 10000" ,
11+ "posttest" : " npm run lint" ,
1112 "travis:test" : " npm test" ,
12- "appveyor:test" : " npm test"
13+ "appveyor:test" : " npm test" ,
14+ "lint" : " eslint lib test"
1315 },
1416 "engines" : {
1517 "node" : " >=4.0.0"
2325 },
2426 "devDependencies" : {
2527 "css-loader" : " ^0.26.2" ,
28+ "eslint" : " ^3.17.1" ,
29+ "eslint-config-peerigon" : " ^9.0.0" ,
30+ "eslint-plugin-jsdoc" : " ^2.4.0" ,
2631 "extract-text-webpack-plugin" : " ^2.1.0" ,
2732 "less" : " ^2.6.1" ,
2833 "mocha" : " ^3.2.0" ,
Original file line number Diff line number Diff line change 1+ {
2+ "extends" : [
3+ " peerigon/tests"
4+ ]
5+ }
You can’t perform that action at this time.
0 commit comments