0.1.4 • Published 8 years ago
jdoubleu-stylelint-config v0.1.4
Jdoubleu's stylelint configuration
Sharable rules definition for stylelint.
Require this in your project via npm:
npm install --save-dev jdoubleu-stylelint-config
Then, in your stylelint configuration use:
{
"extends": "jdoubleu-stylelint-config",
"rules": {
// Override your rules here
...
}
}