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

Commit cfd5f59

Browse files
committed
Fix lint script
Looks like this never got cleaned up in #148.
1 parent d7a5712 commit cfd5f59

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"linter"
3434
],
3535
"scripts": {
36-
"lint": "coffeelint lib && eslint spec",
36+
"lint": "eslint .",
3737
"test": "apm test"
3838
},
3939
"eslintConfig": {
@@ -53,7 +53,6 @@
5353
"atom": true
5454
},
5555
"env": {
56-
"es6": true,
5756
"node": true
5857
}
5958
},

0 commit comments

Comments
 (0)