Skip to content

Commit

Permalink
feat: Update to Angular 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Klesse committed May 11, 2023
1 parent e85ba76 commit 5b68090
Show file tree
Hide file tree
Showing 9 changed files with 1,725 additions and 1,492 deletions.
6 changes: 1 addition & 5 deletions .eslintrc.json
Expand Up @@ -8,11 +8,7 @@
"project": ["tsconfig.json", "projects/ng-base/tsconfig.lib.json", "projects/ng-base/tsconfig.lib.prod.json"],
"createDefaultProgram": true
},
"extends": [
"plugin:@angular-eslint/ng-cli-compat",
"plugin:@angular-eslint/ng-cli-compat--formatting-add-on",
"plugin:@angular-eslint/template/process-inline-templates"
],
"extends": ["plugin:@angular-eslint/template/process-inline-templates"],
"rules": {
"no-underscore-dangle": "off",
"jsdoc/newline-after-description": 0
Expand Down

0 comments on commit 5b68090

Please sign in to comment.