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