aboutsummaryrefslogtreecommitdiffstats
path: root/build/.eslintrc
blob: 11368d984c18300f554632604a44edceec3127e5 (plain)
1
2
3
4
5
6
7
{
	"env": {
		"node": true
	},
	"extends": "../.eslintrc",
	"root": true
}