• This project
    • Loading...
  • Sign in

fe / yohobuy-node · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 1
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • yohobuy-node
  • .stylelintrc
  • sms image validate
    2aa6ba89
    by 陈峰
    2018-03-01 16:00:52 +0800  
    Browse Files
.stylelintrc 170 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
{
  "extends": "stylelint-config-yoho",
  "rules": {
        "string-quotes": "double",
        "no-empty-source": null,
        "no-descending-specificity": null
    }
}