@tapsellorg/stylelint-config
v2.1.3
Published
Shared stylelint configuration in Tapsell projects
Readme
Installation and Usage
npm i -D @tapsellorg/stylelint-configThen create a .stylelintrc.js file in the root of your project:
module.exports = {
extends: ['@tapsellorg/stylelint-config'],
};