Skip to content

Commit debdcc0

Browse files
committed
Adding lint-fix command fixing existing code issues
1 parent 1ac1310 commit debdcc0

File tree

3 files changed

+230
-229
lines changed

3 files changed

+230
-229
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"start:infra": "concurrently \"npm run start:update\" \"npm run start:login\"",
1313
"start:standalone": "concurrently \"npm run start:infra\" \"npm run start:game\"",
1414
"lint": "eslint -c .eslintrc.js --ext .ts src",
15+
"lint-fix": "eslint -c .eslintrc.js --ext .ts src --fix",
1516
"fake-players": "concurrently \"npm run build:watch\" \"node --max-old-space-size=4096 dist/index.js -fakePlayers\"",
1617
"fake-players-tick": "concurrently \"npm run build:watch\" \"node --max-old-space-size=4096 dist/index.js -fakePlayers -tickTime\"",
1718
"build:watch": "babel ./src --out-dir dist --extensions \".ts,.tsx,.js\" --source-maps --watch",

0 commit comments

Comments
 (0)