Skip to content

Commit

Permalink
feat: upgrading to v16 (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
anandtiwary authored Jun 11, 2023
1 parent 150d755 commit 9dc7e04
Show file tree
Hide file tree
Showing 11 changed files with 2,477 additions and 1,715 deletions.
31 changes: 8 additions & 23 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@
"createDefaultProgram": true
},
"extends": [
"plugin:@angular-eslint/ng-cli-compat",
"plugin:@angular-eslint/ng-cli-compat--formatting-add-on",
"plugin:@typescript-eslint/recommended",
"plugin:@angular-eslint/recommended",
"plugin:@angular-eslint/template/process-inline-templates",
"plugin:@typescript-eslint/all",
"prettier"
],
"plugins": ["eslint-plugin-no-null", "eslint-plugin-unicorn"],
Expand Down Expand Up @@ -158,7 +157,12 @@
}
}
],
"@typescript-eslint/parameter-properties": ["error", { "prefer": "parameter-property" }],
"@typescript-eslint/parameter-properties": [
"error",
{
"prefer": "parameter-property"
}
],
"@typescript-eslint/array-type": [
"error",
{
Expand Down Expand Up @@ -231,25 +235,6 @@
"complexity": "error",
"default-case": "error",
"eqeqeq": ["error", "always"],
"import/no-default-export": "error",
"import/no-extraneous-dependencies": "error",
"import/no-internal-modules": [
"error",
{
"allow": [
"@angular/core/testing/*",
"@angular/platform-browser-dynamic/testing/*",
"zone.js/dist/*",
"core-js/*",
"@angular/common/http/*",
"rxjs/operators",
"@ngneat/spectator/*",
"rxjs/testing"
]
}
],
"import/no-unassigned-import": "error",
"import/order": "error",
"max-lines": ["error", 500],
"no-duplicate-case": "error",
"no-duplicate-imports": "error",
Expand Down
Loading

0 comments on commit 9dc7e04

Please sign in to comment.