Skip to content

Commit

Permalink
Fix selector
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Jan 31, 2024
1 parent 7aa4466 commit e9680e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module.exports = {
'@typescript-eslint/naming-convention': [
'error',
{
selector: 'interface',
selector: 'typeLike',
format: ['PascalCase'],
custom: {
regex: '^I[A-Z]',
Expand Down

0 comments on commit e9680e0

Please sign in to comment.