Skip to content

Commit de3e919

Browse files
committed
Only lint source files
1 parent 276e69e commit de3e919

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
@@ -44,7 +44,7 @@
4444
},
4545
"main": "./stack-generator.js",
4646
"scripts": {
47-
"lint": "eslint --fix .",
47+
"lint": "eslint --fix stack-generator.js spec/",
4848
"test": "karma start karma.conf.js --single-run",
4949
"test-pr": "karma start karma.conf.js --single-run --browsers Firefox,Chrome_Travis",
5050
"test-ci": "karma start karma.conf.ci.js --single-run",

0 commit comments

Comments
 (0)