0.1.1 • Published 6 years ago

stylelint-config-ydj v0.1.1

Weekly downloads
11
License
ISC
Repository
github
Last release
6 years ago

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']
};