Skip to content

Commit

Permalink
fix: disable fixable sort-keys (see leo-buneev/eslint-plugin-sort-key…
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Jan 1, 2019
1 parent c2d0e4b commit d6134c3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions configurations/eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"sourceType": "module"
},
"plugins": [
"sort-keys-fix",
"fp",
"no-use-extend-native",
"babel",
Expand Down Expand Up @@ -119,8 +118,9 @@
],
"filenames/no-index": 0,
"for-direction": 2,
"fp/no-unused-expression": 0,
"fp/no-arguments": 2,
"fp/no-class": 0,
"fp/no-class": 2,
"fp/no-delete": 2,
"fp/no-events": 2,
"fp/no-get-set": 2,
Expand All @@ -132,9 +132,8 @@
"fp/no-nil": 0,
"fp/no-proxy": 2,
"fp/no-rest-parameters": 0,
"fp/no-this": 0,
"fp/no-this": 2,
"fp/no-throw": 0,
"fp/no-unused-expression": 0,
"fp/no-valueof-field": 2,
"func-call-spacing": [
2,
Expand Down Expand Up @@ -620,7 +619,7 @@
2,
"last"
],
"sort-keys-fix/sort-keys-fix": [
"sort-keys": [
2,
"asc",
{
Expand Down

0 comments on commit d6134c3

Please sign in to comment.