0.2.0 • Published 5 years ago
@rodgeraraujo/stylelint-config v0.2.0
stylelint-config
Installation
With npm:
npm install --save-dev stylelint @rodgeraraujo/stylelint-config
npm install --save-dev prettier @rodgeraraujo/prettier-configUsage
Edit package.json:
{
"name": "your-library",
"version": "0.1.0",
"stylelint": {
"extends": "@rodgeraraujo/stylelint-config"
}
}Or using stylelint.config.js:
module.exports = {
extends: '@rodgeraraujo/stylelint-config',
};Related projects
License
Copyright (c) 2021 rodgeraraujo. All rights reserved.
This project is licensed under the terms of the MIT license.