neutrino-preset-stylelint-standard
is a Neutrino preset that adds
Stylelint support with pre-configured
Standard Stylelint configuration.
Install this preset to your development dependencies, then set it in
.neutrinorc.js
:
module.exports = {
use: [
"neutrino-preset-stylelint-standard"
]
}
- BREAK: updates to
stylelint-config-standard@17
, breaks custom at-rules by default. See https://github.com/stylelint/stylelint-config-standard/blob/master/CHANGELOG.md#1700 - CHORE: bumps to Neutrino 7, while still compatible with Neutrino 6