Skip to content

Commit 5d15a24

Browse files
committed
use allowTaggedTemplates eslint option
1 parent 0294ca1 commit 5d15a24

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
@@ -238,7 +238,7 @@ export default [
238238
'no-throw-literal': 'error',
239239
'no-undef': ['error', { typeof: true }],
240240
'no-undef-init': 'error',
241-
'no-unused-expressions': ['error', { allowShortCircuit: true }],
241+
'no-unused-expressions': ['error', { allowShortCircuit: true, allowTaggedTemplates: true }],
242242
'no-unused-vars': ['error', { args: 'none', caughtErrors: 'all' }],
243243
'no-use-before-define': ['error', {
244244
classes: true,

0 commit comments

Comments
 (0)