Skip to content

Commit 5f7726e

Browse files
committed
lint
1 parent b093ac7 commit 5f7726e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/svelte/src/compiler/phases/patterns.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ export const regex_invalid_identifier_chars = /(^[^a-zA-Z_$]|[^a-zA-Z0-9_$])/g;
2121
export const regex_starts_with_vowel = /^[aeiou]/;
2222
export const regex_heading_tags = /^h[1-6]$/;
2323
export const regex_illegal_attribute_character = /(^[0-9-.])|[\^$@%&#?!|()[\]{}^*+~;]/;
24-
export const regex_bidirectional_control_characters = /[\u202a\u202b\u202c\u202d\u202e\u2066\u2067\u2068\u2069]/;
24+
export const regex_bidirectional_control_characters =
25+
/[\u202a\u202b\u202c\u202d\u202e\u2066\u2067\u2068\u2069]/;

0 commit comments

Comments
 (0)