joyent-portal/packages/ui-toolkit/.eslintrc

8 lines
100 B
Plaintext

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