aboutsummaryrefslogtreecommitdiff
path: root/src/site/store/.eslintrc.json
blob: 052e3ef22af7d437072ec0563fcba4bffbb5150d (plain) (blame)
1
2
3
4
5
{
	"rules": {
		"no-shadow": ["error", { "allow": ["state"] }]
	}
}