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

11 lines
166 B
Plaintext
Raw Normal View History

2020-12-21 11:29:31 -04:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"new-cap": [2, { "capIsNewExceptions": ["CheckObjectCoercible", "ToString"] }],
"no-invalid-this": [1]
}
}