• 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
  • .eslintrc
  • JS 代码检查严格
    7027fa63
    by ccbikai(👎🏻🍜)
    2017-02-22 17:01:07 +0800  
    Browse Files
.eslintrc 176 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
{
    "extends": "yoho",
    "parserOptions": {
        "sourceType": "module"
    },
    "plugins": [
        "html"
    ],
    "rules": {
        "camelcase": "off"
    }

}