Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Commit 68f1921

Browse files
fatfiszhzoo
authored andcommitted
Declare eslint call more simply in the scripts. (#297)
1 parent 2192e16 commit 68f1921

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"bootstrap": "git submodule update --init && cd eslint && npm install",
2323
"eslint": "cd eslint && mocha -c tests/lib/rules/*.js -r ../eslint-tester.js",
2424
"test": "mocha",
25-
"lint": "node node_modules/eslint/bin/eslint.js index.js babylon-to-espree test",
26-
"fix": "node node_modules/eslint/bin/eslint.js index.js babylon-to-espree test --fix",
25+
"lint": "eslint index.js babylon-to-espree test",
26+
"fix": "eslint index.js babylon-to-espree test --fix",
2727
"preversion": "npm test"
2828
},
2929
"author": "Sebastian McKenzie <[email protected]>",

0 commit comments

Comments
 (0)