Skip to content

Commit

Permalink
Update eslint-plugin-import-sorting to v.2.1.0 (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
stormwarning authored Dec 14, 2024
1 parent 974a2fd commit d15bcdf
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .changeset/great-dolls-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@zazen/eslint-config": minor
---

Update eslint-plugin-import-sorting to v2.1.0
1 change: 1 addition & 0 deletions packages/eslint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ const config = {
*/
'import/order': 'off',
'import-sorting/order': 'error',
'import-sorting/specifier-order': 'error',
},
}

Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"test": "ava"
},
"dependencies": {
"@rushstack/eslint-patch": "1.7.0",
"@rushstack/eslint-patch": "1.10.4",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-xo": "0.43.1",
"eslint-config-xo-typescript": "1.0.1",
"eslint-plugin-etc": "2.0.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-import-sorting": "1.1.0",
"eslint-plugin-import-sorting": "2.1.0",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-prefer-let": "3.0.1",
"eslint-plugin-promise": "6.1.1",
Expand Down
102 changes: 94 additions & 8 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 d15bcdf

Please sign in to comment.