Skip to content

Commit

Permalink
Docs: Fix examples for no-useless-escape (#9853)
Browse files Browse the repository at this point in the history
  • Loading branch information
koba04 authored and platinumazure committed Jan 17, 2018
1 parent cd5681d commit 978574f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/rules/no-useless-escape.md
Expand Up @@ -41,8 +41,8 @@ Examples of **correct** code for this rule:
"\371";
"xs\u2111";
`\``;
`\${${foo}\}`;
`$\{${foo}\}`;
`\${${foo}}`;
`$\{${foo}}`;
/\\/g;
/\t/g;
/\w\$\*\^\./;
Expand Down

0 comments on commit 978574f

Please sign in to comment.