Commit Description:
submission report
Commit Description:
submission report
File last commit:
Show/Diff file:
Action:
node_modules/string.prototype.trimleft/.eslintrc | 15 lines | 161 B | text/plain | TextLexer |
{
"root": true,
"extends": "@ljharb",
"overrides": [
{
"files": "test/*",
"rules": {
"id-length": 0,
"no-invalid-this": 1,
},
},
],
}