• This project
    • Loading...
  • Sign in

qingger / allProject

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • allProject
  • ..
  • unit
  • .eslintrc
  • shipengfei's avatar
    Code Update · 92a52df2
    92a52df2 Browse Files
    shipengfei authored 2017-03-04 11:09:35 +0800
.eslintrc 95 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
{
  "env": {
    "mocha": true
  },
  "globals": {
    "expect": true,
    "sinon": true
  }
}