Skip to content

Commit

Permalink
build: remove debug flag from lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin committed Nov 25, 2023
1 parent fd74a47 commit 34ae4d1
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 78 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.9.0
20.10.0
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 20.9.0
nodejs 20.10.0
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"scripts": {
"build": "nest build",
"lint": "ESLINT_USE_FLAT_CONFIG=true eslint '{src,test}/**/*.ts' --cache --debug",
"lint": "ESLINT_USE_FLAT_CONFIG=true eslint '{src,test}/**/*.ts' --cache",
"lint:fix": "ESLINT_USE_FLAT_CONFIG=true eslint '{src,test}/**/*.ts' --cache --fix",
"orm": "npx mikro-orm",
"sample": "cd env; npx sample-env --env .env.dev",
Expand Down Expand Up @@ -119,7 +119,7 @@
"passport-magic-login": "^1.2.2",
"pino-http": "^8.5.1",
"pino-pretty": "^10.2.3",
"poolifier": "^3.0.5",
"poolifier": "^3.0.7",
"preview-email": "^3.0.19",
"prom-client": "^15.0.0",
"qrcode": "^1.5.3",
Expand Down Expand Up @@ -157,7 +157,7 @@
"@types/jest": "^29.5.10",
"@types/mime-types": "^2.1.4",
"@types/multer": "^1.4.11",
"@types/node": "^20.9.4",
"@types/node": "^20.10.0",
"@types/nodemailer": "^6.4.14",
"@types/passport": "^1.0.16",
"@types/passport-facebook": "^3.0.3",
Expand All @@ -178,7 +178,7 @@
"run-script-webpack-plugin": "^0.2.0",
"sample-env": "^2.0.6",
"supertest": "6.3.3",
"testcontainers": "^10.3.0",
"testcontainers": "^10.3.2",
"ts-loader": "9.5.0",
"ts-node": "10.9.1",
"tsconfig-paths": "4.2.0",
Expand Down
Loading

0 comments on commit 34ae4d1

Please sign in to comment.