**Information:** - ESLint version: latest - `eslint-plugin-css` version: latest I'm trying to lint a simple .css file ``` a{ color: red; } ``` but I got the error `Parsing error: Unexpected keyword or identifier` I use `@typescript-eslint/parser`