Adds Stylint support to Brunch.
Install the plugin via npm with npm install --save-dev stylint-brunch
.
See the Stylint Docs for a list of available options.
config = {
plugins: {
stylint: {
...
}
}
}
Adds Stylint support to Brunch.
Install the plugin via npm with npm install --save-dev stylint-brunch
.
See the Stylint Docs for a list of available options.
config = {
plugins: {
stylint: {
...
}
}
}