Skip to content

Commit 686bdea

Browse files
committed
Run lint in src/ only
1 parent 6e740bc commit 686bdea

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
@@ -5,7 +5,7 @@
55
"main": "dist/rcon.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
8-
"lint": "eslint . --ext .ts",
8+
"lint": "eslint src/ --ext .ts",
99
"build": "tsc",
1010
"prepare": "npm run build",
1111
"prepublishOnly": "npm run lint",

0 commit comments

Comments
 (0)