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