github-pages-deploy-action/node_modules/jsx-ast-utils/.eslintrc

7 lines
103 B
Plaintext
Raw Normal View History

2020-03-07 11:45:40 +08:00
{
extends: "airbnb-base",
rules: {
no-use-before-define: ["error", { functions: false }]
}
}