README
@nybr/stylelint-config v1.0.1
Stylelint configuration.
Installation
Install this package using NPM.
$ npm install --save-dev @nybr/stylelint-config
Usage
Create an stylelint.config.js
file in the root of your project and extend the default stylelint settings. You may also need to extend the Sass settings (based on your project):
module.exports = {
"extends": [
"@nybr/stylelint-config",
"@nybr/stylelint-config/src/sass",
],
};