aboutsummaryrefslogtreecommitdiffstats
path: root/.jshintrc
blob: 13a9e01b91f713fef5a21833a9a236ac3f189ec4 (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
}