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

16 lines
161 B
Plaintext
Raw Normal View History

2020-12-21 11:29:31 -04:00
{
"root": true,
"extends": "@ljharb",
"overrides": [
{
"files": "test/*",
"rules": {
"id-length": 0,
"no-invalid-this": 1,
},
},
],
}