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
- Host: GitHub
- URL: https://github.com/krasimir/eslint-plugin-cssx
- Owner: krasimir
- License: mit
- Created: 2016-06-11T05:43:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-30T04:38:20.000Z (over 9 years ago)
- Last Synced: 2025-04-01T17:23:58.298Z (6 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.*