aboutsummaryrefslogtreecommitdiffstats
path: root/.jshintrc
blob: 4f0431ddc0c674bbd7ef8c192e32b363ae703a20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	"curly": true,
	"eqeqeq": true,
	"latedef": true,
	"noarg": true,
	"noempty": true,
	"quotmark": "double",
	"undef": true,
	"unused": true,
	"strict": true,
	"trailing": true,

	"node": true
}