Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jHabjanMXP committed Feb 18, 2024
1 parent dd2c3aa commit fca4aa3
Show file tree
Hide file tree
Showing 5 changed files with 2,241 additions and 889 deletions.
4 changes: 3 additions & 1 deletion apps/api/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"rules": {
"@typescript-eslint/no-explicit-any": "warn",
"@typescript-eslint/no-unused-vars": "warn",
"no-case-declarations": "off"
"no-case-declarations": "off",
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-inferrable-types": "off"
}
}
]
Expand Down
3 changes: 2 additions & 1 deletion apps/client/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"@typescript-eslint/no-unused-vars": "warn",
"@typescript-eslint/no-unsafe-declaration-merging": "warn",
"@typescript-eslint/triple-slash-reference": "warn",
"no-case-declarations": "off"
"no-case-declarations": "off",
"@typescript-eslint/no-empty-function": "off"
}
},
{
Expand Down
4 changes: 3 additions & 1 deletion libs/api-interfaces/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-explicit-any": "warn",
"@typescript-eslint/no-unused-vars": "warn",
"no-case-declarations": "off"
"no-case-declarations": "off",
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-inferrable-types": "off"
}
}
]
Expand Down
74 changes: 37 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,40 +43,40 @@
},
"private": true,
"dependencies": {
"@angular/animations": "17.1.1",
"@angular/common": "17.1.1",
"@angular/compiler": "17.1.1",
"@angular/core": "17.1.1",
"@angular/forms": "17.1.1",
"@angular/localize": "17.1.1",
"@angular/platform-browser": "17.1.1",
"@angular/platform-browser-dynamic": "17.1.1",
"@angular/pwa": "17.1.1",
"@angular/router": "17.1.1",
"@angular/service-worker": "17.1.1",
"@angular/animations": "17.2.1",
"@angular/common": "17.2.1",
"@angular/compiler": "17.2.1",
"@angular/core": "17.2.1",
"@angular/forms": "17.2.1",
"@angular/localize": "17.2.1",
"@angular/platform-browser": "17.2.1",
"@angular/platform-browser-dynamic": "17.2.1",
"@angular/pwa": "17.2.0",
"@angular/router": "17.2.1",
"@angular/service-worker": "17.2.1",
"@dicebear/core": "^7.0.4",
"@dicebear/pixel-art": "^7.0.4",
"@fortawesome/angular-fontawesome": "^0.14.1",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@nestjs/common": "10.3.1",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "10.3.1",
"@nestjs/graphql": "^12.0.11",
"@nestjs/common": "10.3.3",
"@nestjs/config": "^3.2.0",
"@nestjs/core": "10.3.3",
"@nestjs/graphql": "^12.1.1",
"@nestjs/jwt": "^10.2.0",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "10.3.1",
"@nestjs/platform-socket.io": "^10.3.1",
"@nestjs/schedule": "^4.0.0",
"@nestjs/throttler": "^5.1.1",
"@nestjs/websockets": "^10.3.1",
"@nestjs/platform-express": "10.3.3",
"@nestjs/platform-socket.io": "^10.3.3",
"@nestjs/schedule": "^4.0.1",
"@nestjs/throttler": "^5.1.2",
"@nestjs/websockets": "^10.3.3",
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
"@nx/angular": "18.0.4",
"@popperjs/core": "^2.11.8",
"@schematics/angular": "17.1.1",
"@supabase/supabase-js": "^2.39.3",
"@schematics/angular": "17.2.0",
"@supabase/supabase-js": "^2.39.6",
"@types/cron": "^2.0.1",
"bootstrap": "^5.3.2",
"chart.js": "^4.4.1",
Expand All @@ -98,19 +98,19 @@
"rxjs": "^7.8.1",
"socket.io": "^4.7.4",
"tslib": "^2.6.2",
"zone.js": "0.14.3"
"zone.js": "0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.1.1",
"@angular-devkit/build-angular": "17.2.0",
"@angular-eslint/eslint-plugin": "17.2.1",
"@angular-eslint/eslint-plugin-template": "17.2.1",
"@angular-eslint/template-parser": "17.2.1",
"@angular/cli": "~17.1.0",
"@angular/compiler-cli": "17.1.1",
"@angular/language-service": "17.1.1",
"@nestjs/schematics": "10.1.0",
"@nestjs/swagger": "7.2.0",
"@nestjs/testing": "10.3.1",
"@angular/cli": "~17.2.0",
"@angular/compiler-cli": "17.2.1",
"@angular/language-service": "17.2.1",
"@nestjs/schematics": "10.1.1",
"@nestjs/swagger": "7.3.0",
"@nestjs/testing": "10.3.3",
"@nx/cypress": "18.0.4",
"@nx/eslint-plugin": "18.0.4",
"@nx/jest": "18.0.4",
Expand All @@ -120,13 +120,13 @@
"@nx/node": "18.0.4",
"@nx/webpack": "18.0.4",
"@nx/workspace": "18.0.4",
"@types/jest": "29.5.11",
"@types/node": "^18.16.9",
"@types/jest": "29.5.12",
"@types/node": "^20.11.19",
"@types/passport-jwt": "^4.0.1",
"@types/passport-local": "^1.0.38",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"cypress": "13.6.3",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"cypress": "13.6.4",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "2.15.1",
Expand All @@ -135,12 +135,12 @@
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "^29.7.0",
"jest-fail-on-console": "^3.1.2",
"jest-preset-angular": "14.0.0",
"jest-preset-angular": "14.0.3",
"nx": "18.0.4",
"nx-cloud": "18.0.0",
"phaser-asset-pack-hashing": "^1.0.6",
"phasereditor2d-launcher": "^3.66.0",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"source-map-explorer": "^2.5.3",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
Expand Down
Loading

0 comments on commit fca4aa3

Please sign in to comment.