2.0.4 • Published 4 years ago

@tapsellorg/stylelint-config v2.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Installation and Usage

npm i -D @tapsellorg/stylelint-config

Then create a .stylelintrc.js file in the root of your project:

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