• 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
  • .eslintrc
  • service
    3ebe9250
    by htoooth
    2017-09-29 19:16:14 +0800  
    Browse Files
.eslintrc 116 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
{
    "extends": "yoho",
    "parserOptions": {
        "sourceType": "module",
        "ecmaVersion": 2017
    }
}