Skip to content

Commit

Permalink
feat(common): CHP-6324 Disable object-literal-sort-keys (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemoya committed Mar 10, 2020
1 parent 70c4d92 commit db7dfd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"as-needed"
],
"object-literal-shorthand": true,
"object-literal-sort-keys": true,
"object-literal-sort-keys": false,
"one-line": [
true,
"check-catch",
Expand Down

0 comments on commit db7dfd7

Please sign in to comment.