Skip to content

Commit 16bc739

Browse files
renovate[bot]sxzz
andauthoredNov 25, 2024
fix(deps): update dependency eslint-plugin-perfectionist to v4 (#115)
* 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>
1 parent 3f665e8 commit 16bc739

File tree

3 files changed

+88
-33
lines changed

3 files changed

+88
-33
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"eslint-plugin-jsdoc": "^50.5.0",
5555
"eslint-plugin-jsonc": "^2.18.2",
5656
"eslint-plugin-n": "^17.13.2",
57-
"eslint-plugin-perfectionist": "^3.9.1",
57+
"eslint-plugin-perfectionist": "^4.0.3",
5858
"eslint-plugin-prettier": "^5.2.1",
5959
"eslint-plugin-regexp": "^2.7.0",
6060
"eslint-plugin-sxzz": "^0.1.0",

‎pnpm-lock.yaml

+86-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/configs/sort.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ export const sortImports: Linter.Config[] = [
231231
'side-effect',
232232
'side-effect-style',
233233
],
234-
internalPattern: ['~/**', '@/**', '#**'],
234+
internalPattern: ['^[~@#]/.*'],
235235
newlinesBetween: 'ignore',
236236
},
237237
],

0 commit comments

Comments
 (0)