diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index f7011298..c73fa3e5 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "test": "npm run test --workspaces", "start": "scripts/start.sh", "debug": "scripts/debug.sh", - "fix": "eslint . --fix", + "lint:fix": "eslint . --fix", "lint": "eslint . --ext .ts,.tsx", "typecheck": "tsc --noEmit --jsx react", "format": "prettier --write .", |
