Skip to content

Commit

Permalink
Fix @typescript-eslint/naming-convention config
Browse files Browse the repository at this point in the history
  • Loading branch information
burtek committed May 13, 2023
1 parent 258dd85 commit 7ec9dfa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion configs/share/naming-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ export const baseNamingRuleConfig = [
format: ['PascalCase']
},
{
selector: /** @type {any} */('override'),
// override
selector: 'default',
modifiers: ['override'],
format: null
},
{
Expand Down

0 comments on commit 7ec9dfa

Please sign in to comment.