Skip to content
This repository was archived by the owner on Mar 13, 2022. It is now read-only.

Commit 05d9b2a

Browse files
committed
Merge branch 'dev'
2 parents 9746a0a + 9f33d00 commit 05d9b2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ module.exports = {
127127

128128
{{#preset.typescript}}
129129
// TypeScript
130-
'quotes': ['warn', 'single'],
130+
quotes: ['warn', 'single', { avoidEscape: true }],
131131
'@typescript-eslint/explicit-function-return-type': 'off',
132132
{{/preset.typescript}}
133133

0 commit comments

Comments
 (0)