Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 337 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 337 Bytes

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