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
+1
Original file line number
Diff line number
Diff line change
@@ -419,6 +419,7 @@ These rules relate to better ways of doing things to help you avoid problems:
419
419
|[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. ||
420
420
|[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. ||
421
421
|[svelte/no-inline-styles](https://sveltejs.github.io/eslint-plugin-svelte/rules/no-inline-styles/)| disallow attributes and directives that produce inline styles ||
422
+
|[svelte/no-inspect](https://sveltejs.github.io/eslint-plugin-svelte/rules/no-inspect/)| Warns against the use of `$inspect` directive ||
422
423
|[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:|
423
424
|[svelte/no-reactive-literals](https://sveltejs.github.io/eslint-plugin-svelte/rules/no-reactive-literals/)| don't assign literal values in reactive statements |:bulb:|
424
425
|[svelte/no-svelte-internal](https://sveltejs.github.io/eslint-plugin-svelte/rules/no-svelte-internal/)| svelte/internal will be removed in Svelte 6. ||
Copy file name to clipboardexpand all lines: docs/rules.md
+1
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ These rules relate to better ways of doing things to help you avoid problems:
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
58
|[svelte/no-inline-styles](./rules/no-inline-styles.md)| disallow attributes and directives that produce inline styles ||
59
+
|[svelte/no-inspect](./rules/no-inspect.md)| Warns against the use of `$inspect` directive ||
59
60
|[svelte/no-reactive-functions](./rules/no-reactive-functions.md)| it's not necessary to define functions in reactive statements |:bulb:|
60
61
|[svelte/no-reactive-literals](./rules/no-reactive-literals.md)| don't assign literal values in reactive statements |:bulb:|
61
62
|[svelte/no-svelte-internal](./rules/no-svelte-internal.md)| svelte/internal will be removed in Svelte 6. ||
0 commit comments