joyent-portal/.eslintrc

9 lines
121 B
Plaintext

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