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: docs/rules/prefer-class-directive.md
+4
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,10 @@ This rule aims to replace a class with ternary operator with the class directive
34
34
35
35
</eslint-code-block>
36
36
37
+
You cannot enforce this style by using [prettier-plugin-svelte]. That is, this rule does not conflict with [prettier-plugin-svelte] and can be used with [prettier-plugin-svelte].
Copy file name to clipboardExpand all lines: docs/rules/spaced-html-comment.md
+4
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,10 @@ This rule will enforce consistency of spacing after the start of a comment `<!--
32
32
33
33
</eslint-code-block>
34
34
35
+
You cannot enforce this style by using [prettier-plugin-svelte]. That is, this rule does not conflict with [prettier-plugin-svelte] and can be used with [prettier-plugin-svelte].
0 commit comments