stylelint-config
Installation
With npm:
npm install --save-dev stylelint @rodgeraraujo/stylelint-config
npm install --save-dev prettier @rodgeraraujo/prettier-config
Usage
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.