Constnium/node_modules/string.prototype.trimend/.eslintrc
2022-06-23 02:27:43 +02:00

24 lines
295 B
Text

{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": "off",
"new-cap": ["error", {
"capIsNewExceptions": [
"RequireObjectCoercible",
],
}],
},
"overrides": [
{
"files": "test/**",
"rules": {
"id-length": 0,
"no-invalid-this": 1,
},
},
],
}