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.
no-restricted-syntax
1 parent cca801d commit c743ba6Copy full SHA for c743ba6
docs/src/rules/no-restricted-syntax.md
@@ -18,7 +18,7 @@ You can also specify [AST selectors](../extend/selectors) to restrict, allowing
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
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.
+* [ESLint Code Explorer](https://explorer.eslint.org/) if you're using ESLint to lint JavaScript, JSON, Markdown, or CSS.
22
23
## Rule Details
24
0 commit comments