Skip to content

Commit e5c44f1

Browse files
committed
Update scripts for new linting system
1 parent 2c3e574 commit e5c44f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"url": "https://github.com/Zarel/Pokemon-Showdown-Client.git"
1010
},
1111
"scripts": {
12-
"lint": "eslint --config=.eslintrc.js --cache --cache-file=caches/eslint-base.json play.pokemonshowdown.com/js/ && eslint --config=build-tools/.eslintrc.js --cache --cache-file=caches/eslint-build.json build-tools/update build-tools/build-indexes && tslint --project .",
13-
"test": "npm run lint && tsc && node build && mocha test/*.js",
14-
"fix": "eslint --config=.eslintrc.js --fix js/ && eslint --config=build-tools/.eslintrc.js --fix build-tools/update build-tools/build-indexes",
12+
"lint": "eslint",
13+
"test": "node build && tsc && npm run lint && mocha test/*.js",
14+
"fix": "eslint --fix",
1515
"build": "node build",
1616
"build-full": "node build full"
1717
},

0 commit comments

Comments
 (0)