Skip to content

Commit

Permalink
style: remove linting rule to enforce app prefix for components
Browse files Browse the repository at this point in the history
  • Loading branch information
grantwforsythe committed Jan 30, 2025
1 parent e2bed27 commit 6e6ee39
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -80,23 +80,7 @@ export default tseslint.config(
'@angular-eslint/use-component-view-encapsulation': 'error',
'@angular-eslint/no-input-rename': 'off',
'@angular-eslint/directive-class-suffix': 'off',
'@angular-eslint/no-output-native': 'off',
'@angular-eslint/directive-selector': [
'error',
{
type: 'attribute',
prefix: 'app',
style: 'camelCase'
}
],
'@angular-eslint/component-selector': [
'error',
{
type: 'element',
prefix: 'app',
style: 'kebab-case'
}
]
'@angular-eslint/no-output-native': 'off'
}
},
{
Expand Down

0 comments on commit 6e6ee39

Please sign in to comment.