aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.jshintrc
blob: 36d4e3ff3900c353b130a3e9ca3fbfc02b532748 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
	"esversion" : 8,
	"browser" : true,
	"globals": {
		"confirm": true,
		"console": true
	},
	"strict": "global"
}