joyent-portal/prototypes/cra-boilerplate/.eslintrc

8 lines
103 B
Plaintext

{
"extends": "joyent-portal",
"rules": {
"no-console": 0,
"jsx-a11y/href-no-hash": 0
}
}