Gazebo_simulation-Frontend/node_modules/string.prototype.trimleft/.eslintrc

16 lines
161 B
Plaintext

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