We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20bbe33 commit 6d8d765Copy full SHA for 6d8d765
docs/rules/indent.md
@@ -17,7 +17,7 @@ since: "v0.3.0"
17
This rule enforces a consistent indentation style in `.svelte`. The default style is 2 spaces.
18
19
- This rule checks all tags, also all expressions in directives and mustaches.
20
-- In the expressions, this rule supports ECMAScript 2020 syntaxes. It ignores unknown AST nodes, but it might be confused by non-standard syntaxes.
+- In the expressions, this rule supports ECMAScript 2021 syntaxes. It ignores unknown AST nodes, but it might be confused by non-standard syntaxes.
21
22
<eslint-code-block fix>
23
0 commit comments