Skip to content

Commit a259cd5

Browse files
committed
fix deprecation
1 parent 22dde2c commit a259cd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default {
1111
}],
1212
'@stylistic/js/quotes': ['error', 'single', {
1313
avoidEscape: true,
14-
allowTemplateLiterals: true,
14+
allowTemplateLiterals: "always",
1515
}],
1616
'@stylistic/js/operator-linebreak': ['error', 'after'],
1717
'@stylistic/js/no-mixed-operators': ['error', { allowSamePrecedence: true }],

0 commit comments

Comments
 (0)