comty/.eslintrc
2020-01-31 16:59:15 +01:00

9 lines
135 B
Plaintext

{
"extends": "react-app",
"rules": {
"jsx-a11y/href-no-hash": "off",
"no-console": "warn",
"valid-jsdoc": "warn"
}
}