Skip to content

Commit 91df2f9

Browse files
committed
Update Angular 17.0.5 & fix eslint rules
1 parent c194636 commit 91df2f9

File tree

6 files changed

+290
-473
lines changed

6 files changed

+290
-473
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ it's part of a repo series designed
1212

1313
to create a **Web Application with Angular 17**
1414

15-
* Featuring [**Angular 17.0.4**](https://github.com/angular/angular/releases) & [**Angular CLI 17.0.3**](https://github.com/angular/angular-cli/releases/)
15+
* Featuring [**Angular 17.0.5**](https://github.com/angular/angular/releases) & [**Angular CLI 17.0.5**](https://github.com/angular/angular-cli/releases/)
1616

1717

1818
* See the [**Live demo**](#angular-live-demo), Test the repo with [**Quick start**](#angular-quick-start) and for more information Read the step by step [**Tutorial**](#angular-tutorial) or read the [**Getting started**](#angular-getting-started)

angular/.eslintrc.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,15 @@
3030
"prefix": "app",
3131
"style": "kebab-case"
3232
}
33-
]
33+
],
34+
"no-undefined": "error",
35+
"no-var": "error",
36+
"prefer-const": "error",
37+
"func-names": "error",
38+
"id-length": "error",
39+
"newline-before-return": "error",
40+
"space-before-blocks": "error",
41+
"no-alert": "error"
3442
}
3543
},
3644
{
@@ -42,14 +50,6 @@
4250
"plugin:@angular-eslint/template/accessibility"
4351
],
4452
"rules": {
45-
"no-undefined": "error",
46-
"no-var": "error",
47-
"prefer-const": "error",
48-
"func-names": "error",
49-
"id-length": "error",
50-
"newline-before-return": "error",
51-
"space-before-blocks": "error",
52-
"no-alert": "error"
5353
}
5454
}
5555
]

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy