Files
-S.I.S-QuaySo_v2/node_modules/math-intrinsics/.eslintrc
T
2026-03-26 09:28:14 +07:00

17 lines
229 B
Plaintext

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