Skip to content

Commit e36b1e6

Browse files
authored
Merge pull request #179 from humanmade/sorting-rules-packages
Make eslint-plugin-sort-destructure-keys eslint plugin available
2 parents 400c5d8 + 5b18629 commit e36b1e6

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- Added PHPCompatibilityWP standard to PHPCS #81
88
- Disallowed usage of `!important` in CSS #164
99
- Enforced consistent curly newlines in jsx #172
10+
- Added `eslint-plugin-sort-destructure-keys` package #179
1011

1112
### Updated
1213
- Bumped PHPCS to v3.5 from v3.4 #173

packages/eslint-config-humanmade/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"eslint-plugin-flowtype": "^3.2.0",
1717
"eslint-plugin-import": "^2.14.0",
1818
"eslint-plugin-jsx-a11y": "^6.1.2",
19-
"eslint-plugin-react": "^7.11.1"
19+
"eslint-plugin-react": "^7.11.1",
20+
"eslint-plugin-sort-destructure-keys": "^1.3.3"
2021
},
2122
"peerDependencies": {
2223
"babel-eslint": "^10.0.0",

0 commit comments

Comments
 (0)