summaryrefslogtreecommitdiffstats
path: root/node_modules/is-negative-zero/.eslintrc
blob: 955c22903297d8ff56b393a42cfe6204cfb5bd5f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
	"root": true,

	"extends": "@ljharb",

	"rules": {
		"max-statements": [2, 14],
		"no-extra-parens": [1]
	}
}