@code-convention/stylelint-config
v1.0.0
Published
zcvfcat-stylelint-config
Maintainers
Readme
@code-convention/eslint-config
Install
npm i -D stylelint @code-convention/stylelint-configUsage
Add .stylelintrc.js on your project's root directory
module.exports = {
extends: ['@code-convention/stylelint-config'],
}