Skip to content

Commit 4963384

Browse files
committed
Only lint source files
1 parent f4b4177 commit 4963384

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
@@ -42,7 +42,7 @@
4242
},
4343
"main": "./stackframe.js",
4444
"scripts": {
45-
"lint": "eslint --fix .",
45+
"lint": "eslint",
4646
"test": "karma start karma.conf.js --single-run",
4747
"test-pr": "karma start karma.conf.js --single-run --browsers Firefox,Chrome_Travis",
4848
"test-ci": "karma start karma.conf.ci.js --single-run",

0 commit comments

Comments
 (0)