Skip to content

Commit 09d97db

Browse files
committed
fix(lint): updated lint
1 parent bce773c commit 09d97db

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

apps/demo/project.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@
6767
},
6868
"lint": {
6969
"executor": "@nx/eslint:lint",
70+
"options": {
71+
"lintFilePatterns": [
72+
"apps/demo/**/*.ts"
73+
]
74+
},
7075
"outputs": [
7176
"{options.outputFile}"
7277
]

libs/ng2-file-upload/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
"license": "MIT",
77
"peerDependencies": {
88
"@angular/core": "^18.0.0",
9+
"@angular/platform-browser": "^18.0.0",
10+
"jest-preset-angular": "14.1.0",
911
"@angular/common": "^18.0.0"
1012
},
1113
"sideEffects": false,

0 commit comments

Comments
 (0)