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