Skip to content

Commit

Permalink
feat: angular updated from v15 to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
yegormk committed Mar 27, 2024
1 parent 2d1eef5 commit 7af0d80
Show file tree
Hide file tree
Showing 5 changed files with 12,824 additions and 5,686 deletions.
13 changes: 10 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"plugin:@angular-eslint/recommended",
"plugin:@angular-eslint/template/process-inline-templates"
],
"plugins": ["unused-imports"],
"plugins": [
"unused-imports"
],
"rules": {
"@angular-eslint/directive-selector": [
"error",
Expand All @@ -39,8 +41,13 @@
"allowTemplateLiterals": true
}
],
"object-curly-spacing": ["error", "always"],
"unused-imports/no-unused-imports": ["error"]
"object-curly-spacing": [
"error",
"always"
],
"unused-imports/no-unused-imports": [
"error"
]
}
},
{
Expand Down
Loading

0 comments on commit 7af0d80

Please sign in to comment.