Fix linter

This commit is contained in:
mrjvs 2023-09-14 20:02:48 +02:00
parent 951042e1f8
commit 2583a5126f
1 changed files with 2 additions and 2 deletions

View File

@ -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"