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