Skip to content

Commit

Permalink
update Angular v16
Browse files Browse the repository at this point in the history
  • Loading branch information
alecarn committed Aug 2, 2023
1 parent 7d13dfc commit e5c819e
Show file tree
Hide file tree
Showing 11 changed files with 18,096 additions and 37,963 deletions.
23 changes: 3 additions & 20 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,14 @@
{
"root": true,
"ignorePatterns": [
"projects/**/*"
],
"plugins": ["unused-imports"],
"overrides": [
{
"files": [
"*.ts"
],
"parserOptions": {
"project": [
"src/tsconfig.app.json",
"src/tsconfig.spec.json"
],
"createDefaultProgram": true
},
"files": ["*.ts"],
"extends": [
"plugin:@angular-eslint/recommended",
"plugin:@angular-eslint/template/process-inline-templates"
],
"rules": {
// https://eslint.org/docs/rules/
"arrow-spacing": "error",
"max-len": [
"error",
Expand Down Expand Up @@ -61,12 +48,8 @@
}
},
{
"files": [
"*.html"
],
"extends": [
"plugin:@angular-eslint/template/recommended"
],
"files": ["*.html"],
"extends": ["plugin:@angular-eslint/template/recommended"],
"rules": {}
}
]
Expand Down
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

3 changes: 1 addition & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"singleQuote": true,
"trailingComma": "none",
"prettier.disableLanguages": ["html"]
"trailingComma": "none"
}
15 changes: 0 additions & 15 deletions gulpfile.js

This file was deleted.

Loading

0 comments on commit e5c819e

Please sign in to comment.