Skip to content

Commit c743ba6

Browse files
authored
docs: add CSS language to no-restricted-syntax (#19208)
1 parent cca801d commit c743ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/rules/no-restricted-syntax.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can also specify [AST selectors](../extend/selectors) to restrict, allowing
1818
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:
1919

2020
* [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.
2222

2323
## Rule Details
2424

0 commit comments

Comments
 (0)