joyent-portal/packages/logos/.eslintrc

9 lines
121 B
Plaintext
Raw Normal View History

2018-02-05 17:12:47 +02:00
{
"extends": "joyent-portal",
"rules": {
"no-console": 1,
"new-cap": 0,
"jsx-a11y/href-no-hash": 0
}
}