Skip to content

Commit

Permalink
chore(lint): add max blank lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin committed Aug 12, 2023
1 parent de2484f commit 3f0d981
Show file tree
Hide file tree
Showing 7 changed files with 17,989 additions and 13,174 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ module.exports = defineConfig({
"deprecation/deprecation": "warn",
"simple-import-sort/imports": "error",
"simple-import-sort/exports": "error",
"no-multiple-empty-lines": ["error", { "max": 1}],
"import/first": "error",
"import/newline-after-import": "error",
"import/no-duplicates": "error",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"orm": "npx mikro-orm"
},
"dependencies": {
"@aws-sdk/client-ses": "^3.388.0",
"@aws-sdk/client-ses": "^3.390.0",
"@casl/ability": "^6.5.0",
"@golevelup/nestjs-rabbitmq": "^4.0.0",
"@golevelup/nestjs-stripe": "^0.6.3",
Expand Down Expand Up @@ -119,7 +119,7 @@
"passport-magic-login": "^1.2.2",
"pino-http": "^8.4.0",
"pino-pretty": "^10.2.0",
"poolifier": "^2.6.22",
"poolifier": "^2.6.23",
"preview-email": "^3.0.19",
"prom-client": "^14.2.0",
"pug": "^3.0.2",
Expand Down Expand Up @@ -147,14 +147,14 @@
"@sentry/types": "^7.63.0",
"@side/jest-runtime": "^1.1.0",
"@swc/core": "^1.3.76",
"@swc/jest": "^0.2.28",
"@swc/jest": "^0.2.29",
"@total-typescript/ts-reset": "^0.4.2",
"@types/cache-manager": "^4.0.2",
"@types/cache-manager-redis-store": "^2.0.1",
"@types/compression": "^1.7.2",
"@types/jest": "^29.5.3",
"@types/multer": "^1.4.7",
"@types/node": "^20.4.9",
"@types/node": "^20.4.10",
"@types/nodemailer": "^6.4.9",
"@types/passport": "^1.0.12",
"@types/passport-facebook": "^3.0.0",
Expand All @@ -172,7 +172,7 @@
"@typescript-eslint/parser": "^6.3.0",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.46.0",
"eslint": "^8.47.0",
"eslint-define-config": "^1.23.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-deprecation": "^1.5.0",
Expand Down
Loading

0 comments on commit 3f0d981

Please sign in to comment.