Skip to content

Commit

Permalink
fix(deps): update dependency eslint-plugin-perfectionist to v4 (#115)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency eslint-plugin-perfectionist to v4

* fix: regex

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
  • Loading branch information
renovate[bot] and sxzz authored Nov 25, 2024
1 parent 3f665e8 commit 16bc739
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 33 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"eslint-plugin-jsdoc": "^50.5.0",
"eslint-plugin-jsonc": "^2.18.2",
"eslint-plugin-n": "^17.13.2",
"eslint-plugin-perfectionist": "^3.9.1",
"eslint-plugin-perfectionist": "^4.0.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-regexp": "^2.7.0",
"eslint-plugin-sxzz": "^0.1.0",
Expand Down
117 changes: 86 additions & 31 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion src/configs/sort.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ export const sortImports: Linter.Config[] = [
'side-effect',
'side-effect-style',
],
internalPattern: ['~/**', '@/**', '#**'],
internalPattern: ['^[~@#]/.*'],
newlinesBetween: 'ignore',
},
],
Expand Down

0 comments on commit 16bc739

Please sign in to comment.