summaryrefslogtreecommitdiffstats
path: root/d2ice.att.io/.jshintrc
blob: 4572e5d384a33e366ce8132be01b7c7c0261dc41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "bitwise": true,
  "browser": true,
  "curly": true,
  "eqeqeq": true,
  "esnext": true,
  "latedef": true,
  "noarg": true,
  "node": true,
  "strict": true,
  "undef": true,
  "unused": true,
  "globals": {
    "angular": false
  }
}