Skip to content

Commit 88b4ef4

Browse files
committed
Fix: quotes rule
- Disable useless template strings.
1 parent 747d18f commit 88b4ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ module.exports = {
312312
'single',
313313
{
314314
avoidEscape: true,
315-
allowTemplateLiterals: true
315+
allowTemplateLiterals: false
316316
}
317317
],
318318
radix: 'error',

0 commit comments

Comments
 (0)