summaryrefslogtreecommitdiff
path: root/node_modules/object.assign/test/.eslintrc
blob: dde958cbad0eb27d2767293ce313617a3102e21f (plain) (blame)
1
2
3
4
5
6
7
{
	"rules": {
		"max-statements-per-line": [2, { "max": 3 }],
		"no-magic-numbers": 0,
		"object-curly-newline": 0,
	}
}