Skip to content

YDJ-FE/stylelint-config-ydj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

the stylelint config for YDJ-FE TEAM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published