aboutsummaryrefslogtreecommitdiff
path: root/.jshintrc
blob: 07d282b1c84e5fdda0c8ea7b35e252d4477c64aa (plain)
1
2
3
4
5
6
7
8
{
	"esversion" : 6,
	"browser" : true,
	"globals": {
		"confirm": true,
		"console": true
	}
}