@maxxxxxdlp/stylelint-config

1.0.0 • Public • Published

Stylelint Configuration

A very strict configuration for Stylelint with support for CSS-in-JS and Prettier.

Usage

Add this to your package.json:

{
  "devDependencies": {
    "@maxxxxxdlp/stylelintrc": "^0.1.0"
  }
}

Then, create .stylelintrc.js at the root of your project:

module.exports = {
  extends: ['@maxxxxxdlp/stylelintrc'],
  rules: {},
};

You can optionally extend this config or overwrite some rules by extending your .stylelintrc.js. See official documentation for more information.

Package Sidebar

Install

npm i @maxxxxxdlp/stylelint-config

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

8.22 kB

Total Files

4

Last publish

Collaborators

  • maxxxxxdlp