summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE-os/server/.jshintrc
blob: 66d1af7c94c7f60fb1d9011624c1e827330bf295 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "node": true,
  "esnext": true,
  "bitwise": true,
  "eqeqeq": true,
  "immed": true,
  "latedef": "nofunc",
  "newcap": true,
  "noarg": true,
  "undef": true,
  "smarttabs": true,
  "asi": true,
  "debug": true
}