aboutsummaryrefslogtreecommitdiffstats
path: root/.jshintrc
blob: 1c2f7c2b0832967f697f51be9fbcafe5ba78038b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "curly": true,
  "eqnull": true,
  "eqeqeq": true,
  "expr": true,
  "latedef": true,
  "noarg": true,
  "quotmark": "double",
  "smarttabs": true,
  "trailing": true,
  "undef": true
}