Skip to content

Commit 6d8d765

Browse files
committed
update doc
1 parent 20bbe33 commit 6d8d765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/indent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ since: "v0.3.0"
1717
This rule enforces a consistent indentation style in `.svelte`. The default style is 2 spaces.
1818

1919
- 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.
20+
- In the expressions, this rule supports ECMAScript 2021 syntaxes. It ignores unknown AST nodes, but it might be confused by non-standard syntaxes.
2121

2222
<eslint-code-block fix>
2323

0 commit comments

Comments
 (0)