aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/get-proto/.eslintrc
blob: 1d21a8aefa405581c2fe7e1a1e28bde05a45f1cc (plain)
1
2
3
4
5
6
7
8
9
10
{
	"root": true,

	"extends": "@ljharb",

	"rules": {
		"id-length": "off",
		"sort-keys": "off",
	},
}