summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/has-symbols/.eslintrc
blob: f78f6f181f67dc69fc3804a30b7312ba5563365c (plain)
1
2
3
4
5
6
7
8
9
10
{
	"root": true,

	"extends": "@ljharb",

	"rules": {
		"max-statements-per-line": [2, { "max": 2 }],
		"no-magic-numbers": 0
	}
}