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

	"node": true
}