Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
feat(options): [quotemark] remove 'no-template'
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatyang committed Jul 27, 2017
1 parent 0bb0056 commit 6aec04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export = {
'prefer-switch': false,
'prefer-template': true,
'promise-function-async': true,
quotemark: [true, 'single', 'avoid-escape', 'jsx-double', 'no-template'],
quotemark: [true, 'single', 'avoid-escape', 'jsx-double'],
radix: false,
'restrict-plus-operands': true,
'return-undefined': true,
Expand Down

0 comments on commit 6aec04f

Please sign in to comment.