Sign in

徐烜 / bsth_control_v2 · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • bsth_control_v2
  • ..
  • scheduleApp
  • .jshintrc
  • 初始化
      d8bbd0bf
    徐烜 authored
    2019-02-19 16:35:09 +0800  
    Browse Code »
.jshintrc 268 Bytes
Edit Raw Blame History Permalink
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
    }
}