aboutsummaryrefslogtreecommitdiffstats
path: root/src/.eslintrc.json
blob: 2083914bd8e08ea6083ec219344f02b768b797b4 (plain)
1
2
3
4
5
6
7
8
9
{
	"root": true,

	"extends": "../.eslintrc-browser.json",

	"globals": {
		"jQuery": true
	}
}