lix-website/themes/lix/assets/bootstrap/node_modules/string.prototype.trimstart/.eslintrc

25 lines
295 B
Plaintext
Raw Permalink Normal View History

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