/stylelint-config

Shared stylelint configuration in Tapsell projects

Primary LanguageJavaScript

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'],
};