• This project
    • Loading...
  • Sign in

fe / yohobuywap-node · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • yohobuywap-node
  • .stylelintrc
  • 检查规则修改
    4b56cdef
    by ccbikai(👎🏻🍜)
    2017-02-22 17:20:56 +0800  
    Browse Files
.stylelintrc 164 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
{
  "extends": "stylelint-config-yoho",
  "processors": ["stylelint-processor-html"],
  "rules": {
    "string-quotes": "double",
    "no-empty-source": null
  }
}