Skip to content

Commit

Permalink
lint-frontend fix
Browse files Browse the repository at this point in the history
  • Loading branch information
00Kadie00 committed Jul 7, 2024
1 parent 87ec512 commit 74d2007
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions projects/cobbler-frontend/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,12 @@
"files": [
"*.ts"
],
"parserOptions": {
"project": [
"projects/cobbler-frontend/tsconfig.app.json",
"projects/cobbler-frontend/tsconfig.spec.json",
"projects/cobbler-frontend/e2e/tsconfig.json"
],
"createDefaultProgram": true
},
"rules": {
"@angular-eslint/directive-selector": [
"error",
{
"type": "attribute",
"prefix": "app",
"prefix": "cobbler",
"style": "camelCase"
}
],
Expand Down

0 comments on commit 74d2007

Please sign in to comment.