stylelint-config-ydj
v0.1.1
Published
the stylelint config for YDJ-FE TEAM
Downloads
22
Readme
stylelint-config-ydj
the stylelint config for YDJ-FE TEAM
css config
add this code into your .stylelintrc.js
module.exports = {
extends: ['stylelint-config-ydj']
};
scss config
add this code into your .stylelintrc.js
module.exports = {
extends: ['stylelint-config-ydj/scss']
};