mirror of
https://github.com/p-stream/simple-proxy.git
synced 2026-01-11 20:10:35 +00:00
Fix linter
This commit is contained in:
parent
951042e1f8
commit
2583a5126f
1 changed files with 2 additions and 2 deletions
|
|
@ -10,8 +10,8 @@
|
|||
"build:aws": "NITRO_PRESET=aws_lambda npm run build",
|
||||
"build:node": "NITRO_PRESET=node-server npm run build",
|
||||
"start": "node .output/server/index.mjs",
|
||||
"lint": "eslint --ext .js src/",
|
||||
"lint:fix": "eslint --fix --ext .js src/"
|
||||
"lint": "eslint --ext .ts src/",
|
||||
"lint:fix": "eslint --fix --ext .ts src/"
|
||||
},
|
||||
"dependencies": {
|
||||
"nitropack": "latest"
|
||||
|
|
|
|||
Loading…
Reference in a new issue