@juncdt/stylelint-config
v0.0.1-beta.3
Published
stylelint config for juncdt
Readme
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']
};