Skip to content

Commit bb93655

Browse files

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,11 @@ module.exports = {
239239
allowAny: true
240240
}
241241
],
242+
quotes: 'off',
243+
'@typescript-eslint/quotes': [
244+
'error',
245+
'single'
246+
],
242247
'@typescript-eslint/restrict-plus-operands': 'error',
243248
'@typescript-eslint/require-array-sort-compare': 'error',
244249
'require-await': 'off',

0 commit comments

Comments
 (0)