0.0.1-beta.3 • Published 4 years ago
@juncdt/stylelint-config v0.0.1-beta.3
juncdt-stylelint-config
Install
npm
npm i stylelint @juncdt/stylelint-config -Dyarn
yarn add stylelint @juncdt/stylelint-config -DUsage
Create file .stylelintrc.js for name
module.exports = {
root: true,
extends: ['@juncdt/stylelint-config']
};