Skip to content

Commit

Permalink
feat: upgrade to Angular 16 (azerothcore#2348)
Browse files Browse the repository at this point in the history
* feat: upgrade to angular 16

* fix: lint

* chore: update ngx-bootstrap

* chore: update package=lock.json

* chore: update package-lock.json

* ci: wip -- set node 16

* Revert "ci: wip -- set node 16"

This reverts commit c2ddf0a.

* chore: fix version package

* chore: update package-lock with node 18.17.0

* chore: update package-lock.json

* chore: update package-lock.json

* chore: update package-lock.json
  • Loading branch information
Helias authored Aug 1, 2023
1 parent 0edb490 commit 9713234
Show file tree
Hide file tree
Showing 5 changed files with 6,948 additions and 22,526 deletions.
9 changes: 7 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"extends": [
"plugin:@angular-eslint/recommended",
"plugin:@angular-eslint/template/process-inline-templates",
"plugin:@typescript-eslint/eslint-recommended"
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended"
],
"rules": {
"@angular-eslint/component-selector": [
Expand All @@ -30,7 +31,11 @@
"type": "attribute"
}
],
"@typescript-eslint/no-unused-vars": ["error"]
"@typescript-eslint/no-unused-vars": ["error"],
"@typescript-eslint/no-inferrable-types": "off",
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/ban-ts-comment": "off"
}
},
{
Expand Down
Loading

0 comments on commit 9713234

Please sign in to comment.