Skip to content

Commit d56d2fd

Browse files
committed
chore: fix .eslintrc paths, update project-check
1 parent 8190055 commit d56d2fd

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/project-check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,8 @@ jobs:
3232
npm run build:lib:prod
3333
npm run lint:lib
3434
npm run test:lib:prod
35+
npm run build:chartjs:prod
36+
npm run lint:chartjs
37+
npm run test:chartjs:prod
3538
env:
3639
CI: true

projects/coreui-angular-chartjs/.eslintrc.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
],
1111
"parserOptions": {
1212
"project": [
13-
"./tsconfig.lib.json",
14-
"./tsconfig.spec.json",
1513
"./projects/coreui-angular-chartjs/tsconfig.lib.json",
1614
"./projects/coreui-angular-chartjs/tsconfig.spec.json"
1715
],

projects/coreui-angular/.eslintrc.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@
1010
],
1111
"parserOptions": {
1212
"project": [
13-
"./tsconfig.lib.json",
14-
"./tsconfig.spec.json",
15-
"projects/coreui-angular/tsconfig.lib.json",
16-
"projects/coreui-angular/tsconfig.spec.json"
13+
"./projects/coreui-angular/tsconfig.lib.json",
14+
"./projects/coreui-angular/tsconfig.spec.json"
1715
],
1816
"createDefaultProgram": true
1917
},

0 commit comments

Comments
 (0)