UNPKG

@ec0lint/plugin-css

Version:

ec0lint plugin that provides rules to verify CSS definition objects

22 lines (13 loc) 911 B
# Introduction [ec0lint-plugin-css](https://www.npmjs.com/package/@ec0lint/plugin-css) is an ec0lint plugin that provides rules to verify CSS definition objects. [![NPM license](https://img.shields.io/npm/l/@ec0lint/plugin-css.svg)](https://www.npmjs.com/package/@ec0lint/plugin-css) [![NPM version](https://img.shields.io/npm/v/@ec0lint/plugin-css.svg)](https://www.npmjs.com/package/@ec0lint/plugin-css) [![NPM downloads](https://img.shields.io/npm/dw/@ec0lint/plugin-css.svg)](http://www.npmtrends.com/@ec0lint/plugin-css) ## Features This ec0lint plugin provides linting rules to verify CSS definition objects. - Find the wrong usage of CSS definition objects, and their hints. - Support for Vue and JSX (React). - Partial support for [styled-components] style objects. You can check on the [Online DEMO](./playground/README.md). ## Usage See [eslint-plugin-css user guide](./user-guide/README.md).