stylelint-config-wotusay
v1.0.4
Published
Styleint options from wotusay
Downloads
4
Maintainers
Readme
Table of Contents
Installation
This module should be installed as one of your project's devDependencies
:
yarn add stylelint-config-wotusay -D
Usage
Then add the extends to your .stylelintrc.js:
module.exports = {
extends: 'stylelint-config-wotusay',
overrides: [
(rules: {
// your overrides
}),
],
};
Also add an .stylelintignore file to your project root. With following content:
*.ts
*.html
*.js
*.json