We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8d2dc7 commit 5df1499Copy full SHA for 5df1499
1 file changed
packages/eslint-config/src/rules/typescript.js
@@ -125,6 +125,11 @@ module.exports = {
125
'PascalCase'
126
],
127
modifiers: ['static']
128
+ },
129
+ {
130
+ selector: ['objectLiteralProperty', 'objectLiteralMethod'],
131
+ format: null,
132
+ modifiers: ['requiresQuotes']
133
}
134
135
'@typescript-eslint/no-dynamic-delete': 'error',
0 commit comments