We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e740bc commit 686bdeaCopy full SHA for 686bdea
package.json
@@ -5,7 +5,7 @@
5
"main": "dist/rcon.js",
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1",
8
- "lint": "eslint . --ext .ts",
+ "lint": "eslint src/ --ext .ts",
9
"build": "tsc",
10
"prepare": "npm run build",
11
"prepublishOnly": "npm run lint",
0 commit comments