Skip to content

Commit 7d7c3ca

Browse files
committed
feat(app): Modify lint script to use local package
1 parent daff744 commit 7d7c3ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"async": "~0.9.0",
88
"clone": "~1.0.2",
99
"enhanced-resolve": "~0.8.2",
10-
"eslint-plugin-nodeca": "^1.0.3",
1110
"esprima": "~1.2.0",
1211
"interpret": "^0.5.2",
1312
"memory-fs": "~0.2.0",
@@ -32,6 +31,7 @@
3231
"coveralls": "^2.11.2",
3332
"css-loader": "~0.14.0",
3433
"eslint": "^0.24.0",
34+
"eslint-plugin-nodeca": "^1.0.3",
3535
"express": "~3.4.8",
3636
"extract-text-webpack-plugin": "~0.8.0",
3737
"file-loader": "~0.8.0",
@@ -75,7 +75,7 @@
7575
"pretest": "npm run lint",
7676
"test": "mocha",
7777
"travis": "npm run cover -- --report lcovonly",
78-
"lint": "eslint lib",
78+
"lint": "node_modules/eslint/bin/eslint.js lib",
7979
"precover": "npm run lint",
8080
"cover": "istanbul cover -x *.runtime.js node_modules/mocha/bin/_mocha",
8181
"publish-patch": "mocha && npm version patch && git push && git push --tags && npm publish"

0 commit comments

Comments
 (0)