summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/es-to-primitive/test/.eslintrc
blob: 9beb88c75250a8614e3ef622c938cc80ebb72022 (plain)
1
2
3
4
5
6
7
8
9
{
	"rules": {
		"array-bracket-newline": 0,
		"array-element-newline": 0,
		"max-statements-per-line": [2, { "max": 3 }],
		"no-magic-numbers": [0],
		"sort-keys": [0]
	}
}