Skip to content

Commit 6f7dd3e

Browse files
committed
Add sort-destructure-keys, publish 1.3.0.
1 parent 036b847 commit 6f7dd3e

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ module.exports = {
2626
'no-only-tests',
2727
'react-hooks',
2828
'react',
29+
'sort-destructure-keys',
2930
'sort-keys-fix',
3031
'typescript-sort-keys',
3132
'unicorn',
@@ -79,6 +80,7 @@ module.exports = {
7980
'react/jsx-sort-props': 2,
8081
'react/prop-types': 0,
8182
'react/react-in-jsx-scope': 0,
83+
'sort-destructure-keys/sort-destructure-keys': 2,
8284
'sort-keys-fix/sort-keys-fix': 2,
8385
'space-before-blocks': 2,
8486
'space-before-function-paren': [

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nkzw/eslint-config",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "ESLint config with sensible defaults.",
55
"author": "Christoph Nakazawa <[email protected]>",
66
"main": "index.js",
@@ -15,6 +15,7 @@
1515
"eslint-plugin-no-only-tests": "^3.1.0",
1616
"eslint-plugin-react": "^7.32.2",
1717
"eslint-plugin-react-hooks": "^4.6.0",
18+
"eslint-plugin-sort-destructure-keys": "^1.5.0",
1819
"eslint-plugin-sort-keys-fix": "^1.1.2",
1920
"eslint-plugin-typescript-sort-keys": "^2.3.0",
2021
"eslint-plugin-unicorn": "^48.0.0"

pnpm-lock.yaml

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)