1.0.4 • Published 2 years ago

stylelint-config-wotusay v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

version MIT License

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