github-pages-deploy-action/node_modules/jsx-ast-utils/.eslintrc
2020-03-06 22:45:40 -05:00

7 lines
103 B
Plaintext

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