Skip to content

Commit

Permalink
chore: add rule to eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulTheActivePiecer committed Sep 8, 2023
1 parent 643c250 commit 7a13d88
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/ui/common/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
"extends": ["../.eslintrc.json"],
"overrides": [
{
"rules": {
"@angular-eslint/component-selector": [
"error",
{
"prefix": [ "ap" ]
}
]
},
"files": ["*.ts"],
"parserOptions": {
"project": ["packages/ui/common/tsconfig.*?.json"]
Expand Down

0 comments on commit 7a13d88

Please sign in to comment.