Skip to content

Commit

Permalink
fix: turn off deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoVazquez committed Jan 7, 2024
1 parent 529097a commit 3b0fb6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"rules": {
"etc/no-commented-out-code": "error",
"etc/no-const-enum": "error",
"etc/no-deprecated": "off",
"@typescript-eslint/prefer-readonly": "error",
"sonarjs/cognitive-complexity": ["error", 8],
"ordered-imports/ordered-imports": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"delete-path-alias": "node tools/scripts/delete-path-alias.mjs",
"e2e": "nx run-many --target=e2e --all --parallel=1",
"format": "yarn nx format:write",
"lint": "nx run-many --target=lint --all",
"lint": "nx run-many --target=lint --all --max-warnings=0",
"nx": "nx",
"start": "nx serve",
"test": "nx run-many --target=test --all"
Expand Down

0 comments on commit 3b0fb6d

Please sign in to comment.