mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
fix lint fix command
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"dev": "tsx watch --ignore node_modules src/main.ts | pino-pretty",
|
||||
"start": "node --trace-deprecation dist/main.cjs",
|
||||
"lint": "eslint ./src --ext .ts,.js",
|
||||
"lint-fix": "npm run lint --fix",
|
||||
"lint-fix": "npm run lint -- --fix",
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user