refactor: remove angular lint command

This commit is contained in:
Wieland Schöbl
2021-07-14 10:21:12 +02:00
parent c1c9a92ec9
commit ccb851c0b5
2 changed files with 1 additions and 10 deletions

View File

@@ -193,15 +193,6 @@
"ignorePath": ".eslintignore"
}
},
"lint:fix": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": ["src/**/*.ts", "src/**/*.html"],
"fix": true,
"eslintConfig": ".eslintrc.json",
"ignorePath": ".eslintignore"
}
},
"ionic-cordova-build": {
"builder": "@ionic/angular-toolkit:cordova-build",
"options": {