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
  • ..
  • angular-file-upload
  • .jshintrc
  • update
      4041eb5c
    徐烜 authored
    2016-06-23 17:26:52 +0800  
    Browse Code »
.jshintrc 341 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
{
    "camelcase" : true,
    "indent": 4,
    "strict": true,
    "undef": true,
    "unused": true,
    "quotmark": "single",
    "maxlen": 120,
    "trailing": true,
    "curly": true,

    "devel": true,

    "browser":true,
    "jquery":true,
    "predef": [
        "angular",
        "define",
        "require",
        "app"
    ]
}