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