Gazebo_simulation-Frontend/node_modules/eslint-plugin-jsx-a11y/.babelrc

8 lines
118 B
Plaintext
Raw Normal View History

2020-12-21 11:29:31 -04:00
{
"presets": ["es2015"],
"plugins": [
"transform-object-rest-spread",
"transform-flow-strip-types",
]
}