Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f6c23e7

Browse files
committed
Update Angular 17.0.5 & fix eslint rules
1 parent 241765f commit f6c23e7

File tree

4 files changed

+656
-1559
lines changed

4 files changed

+656
-1559
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ it's part of a repo series designed
1313
to create a **Web Application with Angular 17**
1414

1515

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

1818

1919
* 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)

AltStyle によって変換されたページ (->オリジナル) /