An open API service indexing awesome lists of open source software.

https://github.com/krasimir/eslint-plugin-cssx

CSSX plugin for ESLint
https://github.com/krasimir/eslint-plugin-cssx

Last synced: 6 months ago
JSON representation

CSSX plugin for ESLint

Awesome Lists containing this project

README

          

# ESLint plugin for CSSX

Install the plugin with `npm i eslint-plugin-cssx` and add it to your `.eslintrc` file:

```json
"plugins": [
"eslint-plugin-cssx"
]
```

*Note: the plugin is replacing CSSX expressions with empty object so the code becomes a valid JavaScript/JSX. It's not doing CSS linting.*