Skip to content

Commit b0075ca

Browse files
committed
Extended linting rules
1 parent 004fed5 commit b0075ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.eslintrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
"error",
2424
{
2525
"type": "attribute",
26-
"prefix": "app",
26+
"prefix": ["app", "navigation", "login", "logout", "data"],
2727
"style": "camelCase"
2828
}
2929
],
3030
"@angular-eslint/component-selector": [
3131
"error",
3232
{
3333
"type": "element",
34-
"prefix": "app",
34+
"prefix": ["app", "navigation", "login", "logout", "data"],
3535
"style": "kebab-case"
3636
}
3737
]

0 commit comments

Comments
 (0)