@eigi/stylelint-config
A Stylelint configuration for EIGI apps
Installation
You can install this package with yarn add @eigi/stylelint-config
.
To configure it via package.json
, simply add the following:
{
...
"stylelint": {
"extends": "@eigi/stylelint-config"
}
}
You can further customize your stylelint installation to your need by adding rules from this extend within the
Support
Please refer to the official Stylelint docs for general information.
This package is maintained by Team 418.