aboutsummaryrefslogtreecommitdiff
path: root/node_modules/webpack/hot/.eslintrc
blob: cceb1047b27d112db185701d01841f6687cbedf6 (plain)
1
2
3
4
5
6
7
8
9
{
	"env": {
		"node": true
	},
	"rules": {
		"node/exports-style": ["off"]
	}

}