@cfx-dev/stylelint-config-ui
v1.1.5
Published
cfx-dev's Stylelint config, following our styleguide
Readme
UI Stylelint Config
This package provides @cfx-dev stylelint 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 file stylelint.config.js:
export default {
extends: ['@cfx-dev/stylelint-config-ui'],
};License
This project is licensed under the MIT License.
