Newer
Older
vmk-demo-bot / frontend / node_modules / math-intrinsics / .eslintrc
@eugene-sukhodolskiy eugene-sukhodolskiy 17 days ago 229 bytes init
{
	"root": true,

	"extends": "@ljharb",

	"rules": {
		"eqeqeq": ["error", "allow-null"],
		"id-length": "off",
		"new-cap": ["error", {
			"capIsNewExceptions": [
				"RequireObjectCoercible",
				"ToObject",
			],
		}],
	},
}