We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 400c5d8 + 5b18629 commit e36b1e6Copy full SHA for e36b1e6
2 files changed
CHANGELOG.md
@@ -7,6 +7,7 @@
7
- Added PHPCompatibilityWP standard to PHPCS #81
8
- Disallowed usage of `!important` in CSS #164
9
- Enforced consistent curly newlines in jsx #172
10
+ - Added `eslint-plugin-sort-destructure-keys` package #179
11
12
### Updated
13
- Bumped PHPCS to v3.5 from v3.4 #173
packages/eslint-config-humanmade/package.json
@@ -16,7 +16,8 @@
16
"eslint-plugin-flowtype": "^3.2.0",
17
"eslint-plugin-import": "^2.14.0",
18
"eslint-plugin-jsx-a11y": "^6.1.2",
19
- "eslint-plugin-react": "^7.11.1"
+ "eslint-plugin-react": "^7.11.1",
20
+ "eslint-plugin-sort-destructure-keys": "^1.3.3"
21
},
22
"peerDependencies": {
23
"babel-eslint": "^10.0.0",
0 commit comments