katoikia-app/web-ui/web-react/node_modules/eslint-plugin-jsx-a11y/.eslintrc

15 lines
213 B
Plaintext
Raw Normal View History

2022-07-06 04:15:11 +00:00
{
extends: [
"airbnb-base",
"plugin:flowtype/recommended"
],
parser: "babel-eslint",
plugins: [
"flowtype"
],
rules: {
'max-len': 'off',
'no-template-curly-in-string': 'off',
}
}