aboutsummaryrefslogtreecommitdiff
path: root/.jshintrc
blob: df127b08eae482b4aee11a585411cac70bd70292 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "laxbreak": true,
  "laxcomma": true,
  "undef":    true,
  "jquery":   true,
  "globals": {
    "fiveui":  false,
    "$5":      false,
    "exports": false
  }
}