UNPKG

@fewlines/stylelint-config-fewlines-css

Version:
24 lines (15 loc) 503 B
# styleint-config-fewlines-css Disclaimer: this package is made for our internal usage and is only open source for convenience so we might not consider _Pull Requests_ or _Issues_. Shareable config for Stylelint used by Fewlines ## Usage ```shell yarn add -D @fewlines/front-scripts stylelint styleint-order ``` Then add these line to your `package.json`: ```json "stylelint": { "extends": "@fewlines/stylelint-config-fewlines-css" } ``` ## Contributing See [CONTRIBUTING.md](CONTRIBUTING.md).