Skip to content

Commit

Permalink
feat(tslint-config): object-literal-key-quotes: as-needed (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
srg985 authored and pimenovoleg committed Jan 17, 2018
1 parent cd92cdc commit 8d3a25b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configs/tslint-override.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default {
],
"arrow-parens": true,
"no-angle-bracket-type-assertion": false,
"object-literal-key-quotes": [true, "as-needed"],
"prefer-method-signature": true,
"no-unnecessary-callback-wrapper": true,
"prefer-template": true,
Expand Down

0 comments on commit 8d3a25b

Please sign in to comment.