mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
Support npm run fix
This commit is contained in:
parent
56501355d7
commit
eddecac467
|
|
@ -30,6 +30,7 @@
|
|||
"tsc": "tsc",
|
||||
"fast-lint": "eslint . --config .eslintrc-no-types.json --cache --cache-location .eslintcache-no-types --ext .js,.ts",
|
||||
"lint": "eslint . --cache --ext .js,.ts",
|
||||
"fix": "eslint . --cache --ext .js,.ts --fix",
|
||||
"full-lint": "eslint . --cache --ext .js,.ts --max-warnings 0",
|
||||
"pretest": "npm run lint && npm run build",
|
||||
"test": "mocha",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user