Skip to content

Commit

Permalink
warnings count to 466
Browse files Browse the repository at this point in the history
  • Loading branch information
antonilol committed Jul 26, 2022
1 parent cd0c669 commit 1b038cf
Show file tree
Hide file tree
Showing 17 changed files with 337 additions and 145 deletions.
209 changes: 201 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 12 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dev": "rm -rf dist/ && tsc && cp -r public dist/public && node --inspect ./dist/app.js",
"build-binaries": "rm -rf dist/ && tsc && cp config/app.json dist/config/app.json && cp config/config.json dist/config/config.json && pkg . --target node12-alpine-x64,node12-macos-x64 --out-path binaries",
"start-ecs": "cp config/app.json dist/config/app.json && cp config/config.json dist/config/config.json && export NODE_ENV=production && node --max-old-space-size=128 dist/app.js",
"lint": "eslint ./src/*.ts ./src/**/*.ts --fix --max-warnings 517"
"lint": "eslint ./src/*.ts ./src/**/*.ts --fix --max-warnings 466"
},
"keywords": [],
"author": "",
Expand All @@ -38,7 +38,6 @@
"@grpc/proto-loader": "^0.5.3",
"@octokit/webhooks-types": "^5.2.0",
"@scout_apm/scout-apm": "^0.1.10",
"@types/node": "^13.5.1",
"async": "^2.6.4",
"async-lock": "^1.2.2",
"axios": "^0.21.1",
Expand Down Expand Up @@ -109,6 +108,17 @@
"zbase32": "^1.0.2"
},
"devDependencies": {
"@types/cron": "^2.0.0",
"@types/crypto-js": "^4.1.1",
"@types/ip": "^1.1.0",
"@types/md5": "^2.3.2",
"@types/minimist": "^1.2.2",
"@types/multer": "^1.4.7",
"@types/node": "^17.0.35",
"@types/pg": "^8.6.5",
"@types/qrcode": "^1.4.2",
"@types/secure-random": "^1.1.0",
"@types/underscore": "^1.11.4",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.33.0",
"ava": "^3.15.0",
Expand Down
Loading

0 comments on commit 1b038cf

Please sign in to comment.