Skip to content

Commit 5df1499

Browse files
committed
fix(eslint-config): disable naming convention for object literals
1 parent c8d2dc7 commit 5df1499

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/eslint-config/src/rules/typescript.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@ module.exports = {
125125
'PascalCase'
126126
],
127127
modifiers: ['static']
128+
},
129+
{
130+
selector: ['objectLiteralProperty', 'objectLiteralMethod'],
131+
format: null,
132+
modifiers: ['requiresQuotes']
128133
}
129134
],
130135
'@typescript-eslint/no-dynamic-delete': 'error',

0 commit comments

Comments
 (0)