Sign in

潘钊 / bsth_control · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • bsth_control
  • ..
  • scheduleApp
  • .jshintrc
  • update
      bf160935
    徐烜 authored
    2016-05-17 14:14:04 +0800  
    Browse Code »
.jshintrc 268 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{
    "strict": "global",

    "globals": {
        "angular": false,

        "browser": false,
        "element": false,
        "by": false,

        "describe": false,
        "beforeEach": false,
        "it": false,
        "expect": false
    }
}