joyent-portal/packages/my-joy-instances/.eslintrc

11 lines
172 B
Plaintext

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