-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore!: update recommended config (#1033)
- Loading branch information
1 parent
ac7115c
commit 3bfcc31
Showing
53 changed files
with
184 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
'eslint-plugin-svelte': major | ||
--- | ||
|
||
**Enabled in recommended config**: | ||
- `svelte/infinite-reactive-loop` | ||
- `svelte/no-dom-manipulating` | ||
- `svelte/no-dupe-on-directives` | ||
- `svelte/no-dupe-use-directives` | ||
- `svelte/no-export-load-in-svelte-module-in-kit-pages` | ||
- `svelte/no-immutable-reactive-statements` | ||
- `svelte/no-inspect` | ||
- `svelte/no-raw-special-elements` | ||
- `svelte/no-reactive-functions` | ||
- `svelte/no-reactive-literals` | ||
- `svelte/no-reactive-reassign` | ||
- `svelte/no-store-async` | ||
- `svelte/no-svelte-internal` | ||
- `svelte/no-useless-children-snippet` | ||
- `svelte/no-useless-mustaches` | ||
- `svelte/require-each-key` | ||
- `svelte/require-event-dispatcher-types` | ||
- `svelte/require-store-reactive-access` | ||
- `svelte/require-stores-init` | ||
- `svelte/valid-each-key` | ||
- `svelte/valid-prop-names-in-kit-pages` | ||
|
||
**Removed from recommended config**: | ||
- `svelte/valid-compile` | ||
|
||
This update introduces breaking changes due to newly enabled rules. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.