Commit 5eb5548 1 parent a36b22b commit 5eb5548 Copy full SHA for 5eb5548
File tree 2 files changed +12
-3
lines changed
libs/ng-mockito/ng-mockito
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 34
34
"files" : [ "*.html" ] ,
35
35
"extends" : [ "plugin:@nx/angular-template" ] ,
36
36
"rules" : { }
37
+ } ,
38
+ {
39
+ "files" : [ "*.json" ] ,
40
+ "parser" : "jsonc-eslint-parser" ,
41
+ "rules" : {
42
+ "@nx/dependency-checks" : "error"
43
+ }
37
44
}
38
45
]
39
46
}
Original file line number Diff line number Diff line change 9
9
"executor" : " @nx/angular:package" ,
10
10
"options" : {
11
11
"tsConfig" : " libs/ng-mockito/ng-mockito/tsconfig.lib.json" ,
12
- "project" : " libs/ng-mockito/ng-mockito/ng-package.json" ,
13
- "updateBuildableProjectDepsInPackageJson" : true
12
+ "project" : " libs/ng-mockito/ng-mockito/ng-package.json"
14
13
},
15
14
"configurations" : {
16
15
"production" : {
21
20
"lint" : {
22
21
"executor" : " @nx/eslint:lint" ,
23
22
"options" : {
24
- "lintFilePatterns" : [" libs/ng-mockito/ng-mockito/src/**/*.ts" ]
23
+ "lintFilePatterns" : [
24
+ " libs/ng-mockito/ng-mockito/src/**/*.ts" ,
25
+ " libs/my-lib/package.json"
26
+ ]
25
27
}
26
28
},
27
29
"test" : {
You can’t perform that action at this time.
0 commit comments