1.0.3 • Published 6 months ago
@cfx-dev/stylelint-config-ui v1.0.3
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-uior
npm install --save-dev stylelint@^16.19.1 @cfx-dev/stylelint-config-uiUsage
Add extends to your stylelint config:
export default {
  extends: ['@cfx-dev/stylelint-config-ui'],
};License
This project is licensed under the MIT License.