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