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
description: 'Recommends not using raw special elements in Svelte versions previous to 5.'
6
+
since: 'v3.0.0-next.1'
6
7
---
7
8
8
9
# svelte/no-deprecated-raw-special-elements
9
10
10
11
> Recommends not using raw special elements in Svelte versions previous to 5.
11
12
12
-
-:exclamation: <badgetext="This rule has not been released yet."vertical="middle"type="error"> **_This rule has not been released yet._** </badge>
13
13
-:wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.
14
14
15
15
## :book: Rule Details
@@ -46,6 +46,10 @@ Nothing.
46
46
47
47
- See special elements section in [Svelte docs](https://svelte.dev/docs/svelte/svelte-window)
48
48
49
+
## :rocket: Version
50
+
51
+
This rule was introduced in eslint-plugin-svelte v3.0.0-next.1
Copy file name to clipboardExpand all lines: packages/eslint-plugin-svelte/CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# eslint-plugin-svelte
2
2
3
+
## 3.0.0-next.1
4
+
5
+
### Minor Changes
6
+
7
+
-[#918](https://github.com/sveltejs/eslint-plugin-svelte/pull/918)[`5da98c9`](https://github.com/sveltejs/eslint-plugin-svelte/commit/5da98c94f452c8436f26af4172e095fd91f66e1a) Thanks [@mikededo](https://github.com/mikededo)! - Added new `no-deprecated-raw-special-elements` rule
8
+
9
+
-[#836](https://github.com/sveltejs/eslint-plugin-svelte/pull/836)[`3fa90aa`](https://github.com/sveltejs/eslint-plugin-svelte/commit/3fa90aa57a15ad18105b0d80b1ed975f1f782a11) Thanks [@renovate](https://github.com/apps/renovate)! - feat: support for typescript-eslint v8 to `svelte/indent` rule
0 commit comments