Skip to content

Commit 931c3fa

Browse files
chore: formatting
1 parent cc2822e commit 931c3fa

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.eslintrc.js

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,10 @@ module.exports = defineConfig({
5454
'@typescript-eslint/naming-convention': [
5555
'error',
5656
{
57-
format: [
58-
'PascalCase'
59-
],
60-
selector: [
61-
'class',
62-
'interface',
63-
'typeAlias',
64-
'enumMember',
65-
],
57+
format: ['PascalCase'],
58+
selector: ['class', 'interface', 'typeAlias', 'enumMember'],
6659
leadingUnderscore: 'forbid',
67-
trailingUnderscore: 'forbid'
60+
trailingUnderscore: 'forbid',
6861
},
6962
],
7063
},

0 commit comments

Comments
 (0)