Skip to content

Commit 43a4978

Browse files
chore(deps): update dependency @sveltejs/eslint-config to v8 (#940)
* chore(deps): update dependency @sveltejs/eslint-config to v8 * chore(deps): remove eslint-plugin-unicorn thats no longer used by svelte eslint config --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: dominikg <[email protected]>
1 parent 23096cf commit 43a4978

File tree

3 files changed

+10
-98
lines changed

3 files changed

+10
-98
lines changed

eslint.config.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default [
1818
'packages/*/CHANGELOG.md'
1919
]
2020
},
21-
...svelteOrgEslintConfig, // contains setup for svelte, typescript and unicorn
21+
...svelteOrgEslintConfig, // contains setup for svelte and typescript
2222
n.configs['flat/recommended-module'],
2323
...markdown.configs.recommended,
2424
{
@@ -68,9 +68,7 @@ export default [
6868
{
6969
avoidEscape: true
7070
}
71-
],
72-
73-
'unicorn/prefer-node-protocol': 'error'
71+
]
7472
}
7573
},
7674
{

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@eslint/eslintrc": "^3.1.0",
2727
"@eslint/js": "^9.5.0",
2828
"@stylistic/eslint-plugin-js": "^2.2.2",
29-
"@sveltejs/eslint-config": "^7.0.1",
29+
"@sveltejs/eslint-config": "^8.0.1",
3030
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
3131
"@types/fs-extra": "^11.0.4",
3232
"@types/node": "^20.14.6",
@@ -38,7 +38,6 @@
3838
"eslint-plugin-n": "^17.9.0",
3939
"eslint-plugin-prettier": "^5.1.3",
4040
"eslint-plugin-svelte": "^2.40.0",
41-
"eslint-plugin-unicorn": "^54.0.0",
4241
"execa": "^8.0.1",
4342
"fs-extra": "^11.2.0",
4443
"globals": "^15.6.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)