Skip to content

Commit

Permalink
Merge pull request #330 from PermanentOrg/angular-16
Browse files Browse the repository at this point in the history
Upgrade to Angular 16
  • Loading branch information
meisekimiu authored Nov 29, 2023
2 parents 089a270 + 507ca38 commit 5982f1a
Show file tree
Hide file tree
Showing 45 changed files with 16,842 additions and 14,947 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ module.exports = {
createDefaultProgram: true,
},
extends: [
'plugin:@angular-eslint/ng-cli-compat',
'plugin:@angular-eslint/ng-cli-compat--formatting-add-on',
'plugin:@angular-eslint/recommended',
'plugin:@angular-eslint/template/process-inline-templates',
'airbnb-base',
'airbnb-typescript/base',
Expand Down Expand Up @@ -89,6 +88,7 @@ module.exports = {
],
// Below are rules we want to eventually enable:
'import/no-cycle': 'off',
'@angular-eslint/no-empty-lifecycle-method': 'off',
'@angular-eslint/no-output-native': 'off',
'@angular-eslint/no-output-on-prefix': 'off',
'@angular-eslint/use-lifecycle-interface': 'off',
Expand Down
Loading

0 comments on commit 5982f1a

Please sign in to comment.