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/src/rules/no-restricted-syntax.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ You can also specify [AST selectors](../extend/selectors) to restrict, allowing
18
18
Note: This rule can be used with any language you lint using ESLint. To see what type of nodes your code in another language consists of, you can use:
19
19
20
20
*[typescript-eslint Playground](https://typescript-eslint.io/play) if you're using ESLint with `typescript-eslint`.
21
-
*[ESLint Code Explorer](https://explorer.eslint.org/) if you're using ESLint to lint JavaScript, JSON, or Markdown.
21
+
*[ESLint Code Explorer](https://explorer.eslint.org/) if you're using ESLint to lint JavaScript, JSON, Markdown, or CSS.
0 commit comments