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

Commit

Permalink
feat(options): [object-literal-key-quotes] replace 'consistent-as-nee…
Browse files Browse the repository at this point in the history
…ded' with 'as-need'
  • Loading branch information
ikatyang committed Jul 27, 2017
1 parent 10432a3 commit 0bb0056
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 @@ -129,7 +129,7 @@ export = {
'no-var-requires': true,
'no-void-expression': [true, 'ignore-arrow-function-shorthand'],
'number-literal-format': true,
'object-literal-key-quotes': [true, 'consistent-as-needed'],
'object-literal-key-quotes': [true, 'as-needed'],
'object-literal-shorthand': true,
'object-literal-sort-keys': false,
'one-line': [
Expand Down

0 comments on commit 0bb0056

Please sign in to comment.