mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-30 14:18:49 +01:00
fix: add eslint to docs
This commit is contained in:
parent
ce5713ff13
commit
255a1f0054
3 changed files with 49 additions and 15 deletions
19
angular.json
19
angular.json
|
|
@ -274,13 +274,12 @@
|
|||
}
|
||||
},
|
||||
"lint": {
|
||||
"builder": "@angular-devkit/build-angular:tslint",
|
||||
"builder": "@angular-eslint/builder:lint",
|
||||
"options": {
|
||||
"tsConfig": [
|
||||
"docs/tsconfig.spec.json",
|
||||
"docs/tsconfig.app.json"
|
||||
],
|
||||
"exclude": []
|
||||
"lintFilePatterns": [
|
||||
"docs/**/*.ts",
|
||||
"docs/**/*.html"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -296,14 +295,6 @@
|
|||
"protractorConfig": "./protractor.conf.js",
|
||||
"devServerTarget": "docs:serve"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"builder": "@angular-devkit/build-angular:tslint",
|
||||
"options": {
|
||||
"tsConfig": [
|
||||
"e2e/tsconfig.e2e.json"],
|
||||
"exclude": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue