@nimblehq/stylelint-config-nimble
v1.1.0
Published
Stylelint base configuration developed and maintained by Nimble
Downloads
1,029
Readme
@nimblehq/stylelint-config-nimble
This package provides Stylelint base rules
Installation
npm install --save-dev @nimblehq/stylelint-config-nimble
Usage
Add @nimblehq/stylelint-config-nimble
to the extends section of your .stylelintrc.js
configuration file.
{
"extends": [
"@nimblehq/stylelint-config-nimble"
],
"rules": {
// Additional, per-project rules...
}
}
License
This project is Copyright (c) 2022 and onwards Nimble. It is free software and may be redistributed under the terms specified in the LICENSE file.
About
This project is maintained and funded by Nimble.
We love open source and do our part in sharing our work with the community! See our other projects or hire our team to help build your product.