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

	"extends": "../ui/.eslintrc.json",

	"globals": {
		"require": true
	}
}