You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -304,7 +304,9 @@ Example **.vscode/settings.json**:
304
304
305
305
:wrench: Indicates that the rule is fixable, and using `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the reported problems.
306
306
:bulb: Indicates that some problems reported by the rule are manually fixable by editor [suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions).
307
-
:star: Indicates that the rule is included in the `plugin:svelte/recommended` config.
307
+
:white_check_mark: Indicates that the rule is included in the `plugin:svelte/recommended` config.
308
+
:star: Indicates that the rule is included in the `plugin:svelte/recommended-svelte5-without-legacy` config.
309
+
:classical_building: Indicates that the rule is included in the `plugin:svelte/recommended-svelte3-4` config.
0 commit comments