1.0.3 • Published 6 months ago

@cfx-dev/stylelint-config-ui v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

UI Stylelint Config

This package provides @cfx-dev stylelint.config.js as an extensible shared config.

Instalation

yarn add -D stylelint@^16.19.1 @cfx-dev/stylelint-config-ui

or

npm install --save-dev stylelint@^16.19.1 @cfx-dev/stylelint-config-ui

Usage

Add extends to your stylelint config:

export default {
  extends: ['@cfx-dev/stylelint-config-ui'],
};

License

This project is licensed under the MIT License.