fix: add eslint to docs

This commit is contained in:
d.strigo 2023-02-15 13:46:14 +01:00
parent ce5713ff13
commit 255a1f0054
3 changed files with 49 additions and 15 deletions

View file

@ -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": []
}
}
}
}