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

Commit fe1d933

Browse files
committed
Add eslint to lint script
Looks like this got missed somehow when setup eslint.
1 parent 864a49b commit fe1d933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"scripts": {
1313
"test": "apm test",
14-
"lint": "coffeelint lib"
14+
"lint": "coffeelint lib && eslint spec"
1515
},
1616
"dependencies": {
1717
"atom-linter": "^8.0.0",

0 commit comments

Comments
 (0)