File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
libs/ngx-http-request-state Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 2
2
"extends" : [" ../../.eslintrc.json" ],
3
3
"ignorePatterns" : [" !**/*" ],
4
4
"overrides" : [
5
+ {
6
+ "files" : " package.json" ,
7
+ "parser" : " jsonc-eslint-parser" ,
8
+ "rules" : {
9
+ "@nx/dependency-checks" : [
10
+ " error" ,
11
+ {
12
+ "ignoredDependencies" : [" tslib" ],
13
+ "ignoredFiles" : [
14
+ " **/jest.config.ts" ,
15
+ " **/test-setup.ts" ,
16
+ " **/*.spec.ts"
17
+ ]
18
+ }
19
+ ]
20
+ }
21
+ },
5
22
{
6
23
"files" : [" *.ts" ],
7
24
"rules" : {
Original file line number Diff line number Diff line change 12
12
"version" : " 3.1.0" ,
13
13
"peerDependencies" : {
14
14
"rxjs" : " ^6.2.0 || ^7.4.0" ,
15
- "@angular/common" : " ^14.2.10 || ^15.0.1 || ^16.0.0 || ^17.0.0" ,
16
- "@angular/core" : " ^14.2.10 || ^15.0.1 || ^16.0.0 || ^17.0.0"
15
+ "@angular/common" : " ^14.2.10 || ^15.0.1 || ^16.0.0 || ^17.0.0"
17
16
},
18
17
"dependencies" : {
19
18
"tslib" : " ^2.3.0"
You can’t perform that action at this time.
0 commit comments