1.6.0 • Published 2 years ago

@dztools/stylelint-config v1.6.0

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

@dztools/stylelint-config

Base configuration for StyleLint runtime config.

npm prettier license

Installation and Dependencies

To install the package:

[npm i -D || yarn add -D] @dztools/stylelint-config

If peer dependencies are needed, run the following:

[npm i -D || yarn add -D] stylelint

Usage

In your local stylelintrc file:

module.exports = {
  extends: ['@dztools/stylelint-config']
};

License

MIT