Skip to content

Commit

Permalink
Merge pull request #28 from sveltejs/rm-import
Browse files Browse the repository at this point in the history
fix: remove old config referring to eslint-plugin-import
  • Loading branch information
benmccann authored Jun 9, 2023
2 parents 8524d2f + 97df1e7 commit 872330e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/healthy-cooks-know.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sveltejs/eslint-config": patch
---

fix: remove old config referring to eslint-plugin-import
3 changes: 0 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ module.exports = {
},
extends: [
'eslint:recommended',
'plugin:import/errors',
'plugin:import/warnings',
'plugin:import/typescript',
'plugin:@typescript-eslint/recommended',
'plugin:svelte/recommended',
'prettier'
Expand Down

0 comments on commit 872330e

Please sign in to comment.