neutrino-preset-stylelint
v1.1.0
Published
Neutrino preset for adding Stylelint support.
Maintainers
Readme
Neutrino Stylelint preset
neutrino-config-stylelint is a Neutrino preset that adds basic support for
Stylelint.
Documentation
Install this preset to your development dependencies, then set it in
package.json:
"config": {
"presets": [
"neutrino-preset-stylelint"
]
},Configuration can be done either through a stylelint.config.js file or in
package.json like this:
"config": {
"stylelint": {
"extends": "stylelint-config-standard"
},
"presets": [
"neutrino-preset-stylelint",
]
},See Styelint configuration documentation. Also, don't forget to install any configs you want to extend.
To Do
- [ ] Support Neutrino 5.
