Skip to content

Commit

Permalink
docs: add CSS language to no-restricted-syntax (#19208)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic authored Dec 3, 2024
1 parent cca801d commit c743ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/rules/no-restricted-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You can also specify [AST selectors](../extend/selectors) to restrict, allowing
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:

* [typescript-eslint Playground](https://typescript-eslint.io/play) if you're using ESLint with `typescript-eslint`.
* [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.

## Rule Details

Expand Down

0 comments on commit c743ba6

Please sign in to comment.