joyent-portal/packages/icons/.eslintrc
2017-11-24 15:09:08 +00:00

9 lines
121 B
Plaintext

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