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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -342,6 +342,7 @@ These rules relate to better ways of doing things to help you avoid problems:
342
342
|[svelte/no-at-debug-tags](https://sveltejs.github.io/eslint-plugin-svelte/rules/no-at-debug-tags/)| disallow the use of `{@debug}`|:star:|
343
343
|[svelte/no-ignored-unsubscribe](https://sveltejs.github.io/eslint-plugin-svelte/rules/no-ignored-unsubscribe/)| disallow ignoring the unsubscribe method returned by the `subscribe()` on Svelte stores. ||
344
344
|[svelte/no-immutable-reactive-statements](https://sveltejs.github.io/eslint-plugin-svelte/rules/no-immutable-reactive-statements/)| disallow reactive statements that don't reference reactive values. ||
345
+
|[svelte/no-inline-styles](https://sveltejs.github.io/eslint-plugin-svelte/rules/no-inline-styles/)| disallow properties and directives that produce inline styles ||
345
346
|[svelte/no-reactive-functions](https://sveltejs.github.io/eslint-plugin-svelte/rules/no-reactive-functions/)| it's not necessary to define functions in reactive statements |:bulb:|
346
347
|[svelte/no-reactive-literals](https://sveltejs.github.io/eslint-plugin-svelte/rules/no-reactive-literals/)| don't assign literal values in reactive statements |:bulb:|
347
348
|[svelte/no-unused-class-name](https://sveltejs.github.io/eslint-plugin-svelte/rules/no-unused-class-name/)| disallow the use of a class in the template without a corresponding style ||
Copy file name to clipboardExpand all lines: docs/rules.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,7 @@ These rules relate to better ways of doing things to help you avoid problems:
55
55
|[svelte/no-at-debug-tags](./rules/no-at-debug-tags.md)| disallow the use of `{@debug}`|:star:|
56
56
|[svelte/no-ignored-unsubscribe](./rules/no-ignored-unsubscribe.md)| disallow ignoring the unsubscribe method returned by the `subscribe()` on Svelte stores. ||
57
57
|[svelte/no-immutable-reactive-statements](./rules/no-immutable-reactive-statements.md)| disallow reactive statements that don't reference reactive values. ||
58
+
|[svelte/no-inline-styles](./rules/no-inline-styles.md)| disallow properties and directives that produce inline styles ||
58
59
|[svelte/no-reactive-functions](./rules/no-reactive-functions.md)| it's not necessary to define functions in reactive statements |:bulb:|
59
60
|[svelte/no-reactive-literals](./rules/no-reactive-literals.md)| don't assign literal values in reactive statements |:bulb:|
60
61
|[svelte/no-unused-class-name](./rules/no-unused-class-name.md)| disallow the use of a class in the template without a corresponding style ||
0 commit comments