Skip to content

Commit

Permalink
Add sort-destructure-keys, publish 1.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Aug 4, 2023
1 parent 036b847 commit 6f7dd3e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ module.exports = {
'no-only-tests',
'react-hooks',
'react',
'sort-destructure-keys',
'sort-keys-fix',
'typescript-sort-keys',
'unicorn',
Expand Down Expand Up @@ -79,6 +80,7 @@ module.exports = {
'react/jsx-sort-props': 2,
'react/prop-types': 0,
'react/react-in-jsx-scope': 0,
'sort-destructure-keys/sort-destructure-keys': 2,
'sort-keys-fix/sort-keys-fix': 2,
'space-before-blocks': 2,
'space-before-function-paren': [
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nkzw/eslint-config",
"version": "1.2.1",
"version": "1.3.0",
"description": "ESLint config with sensible defaults.",
"author": "Christoph Nakazawa <christoph.pojer@gmail.com>",
"main": "index.js",
Expand All @@ -15,6 +15,7 @@
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sort-destructure-keys": "^1.5.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-typescript-sort-keys": "^2.3.0",
"eslint-plugin-unicorn": "^48.0.0"
Expand Down
13 changes: 13 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6f7dd3e

Please sign in to comment.