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

7 lines
103 B
Plaintext

{
extends: "airbnb-base",
rules: {
no-use-before-define: ["error", { functions: false }]
}
}