Gazebo_simulation-Frontend/node_modules/jsx-ast-utils/.eslintrc

7 lines
103 B
Plaintext
Raw Permalink Normal View History

2020-12-21 11:29:31 -04:00
{
extends: "airbnb-base",
rules: {
no-use-before-define: ["error", { functions: false }]
}
}