File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ A unified Angular CLI builder for linting Angular projects with [ESLint](https:/
10
10
11
11
## Version Compatibility
12
12
13
- - ** < 2.0.0 ** : Supports Angular ** v9 – v16 ** and ** Stylelint ≤ 15 **
14
- - ** >= 2.0.0 ** : Supports Angular ** v17 – v20 ** and ** Stylelint 16 +**
13
+ - ** v1.x ** : Supports Angular ** 9–16 ** , Stylelint ** ≤15 ** , and ESLint ** ≤8 **
14
+ - ** v2.x and above ** : Supports Angular ** 17+ ** , Stylelint ** 16+ ** , and ESLint ** 9 +**
15
15
16
16
---
17
17
Original file line number Diff line number Diff line change 27
27
"@angular-devkit/architect" : " >= 0.901.15" ,
28
28
"@angular-devkit/core" : " >= 9.1.15" ,
29
29
"@angular/cli" : " >= 9.1.15" ,
30
- "eslint" : " * " ,
31
- "stylelint" : " * " ,
30
+ "eslint" : " >=9.0.0 " ,
31
+ "stylelint" : " >=16.0.0 " ,
32
32
"typescript" : " *"
33
33
}
34
34
}
You can’t perform that action at this time.
0 commit comments