Skip to content

Commit

Permalink
Invoke ESLint and CoffeeLint through NPX binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed Oct 30, 2018
1 parent 19d798a commit 5accc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,7 +28,7 @@
"unzipper": "^0.9.2"
},
"scripts": {
"lint": "eslint . && coffeelint -q config.cson",
"lint": "npx eslint . && npx coffeelint -q config.cson",
"test": "atom -t ./test/"
},
"providedServices": {
Expand Down

0 comments on commit 5accc5c

Please sign in to comment.