Skip to content

Commit 96f0600

Browse files
committed
fixup: config warning
> [@stylistic/eslint-plugin]: You are using deprecated value(boolean) for "allowTemplateLiterals" in "quotes", please use "always"/"never" instead.
1 parent 7351a37 commit 96f0600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ export default [
326326
'error',
327327
{ blankLine: 'always', prev: 'function', next: 'function' },
328328
],
329-
'@stylistic/js/quotes': ['error', 'single', { avoidEscape: true, allowTemplateLiterals: true }],
329+
'@stylistic/js/quotes': ['error', 'single', { avoidEscape: true, allowTemplateLiterals: 'always' }],
330330
'@stylistic/js/quote-props': ['error', 'consistent'],
331331
'@stylistic/js/rest-spread-spacing': 'error',
332332
'@stylistic/js/semi': 'error',

0 commit comments

Comments
 (0)