1
0
mirror of https://github.com/yldio/copilot.git synced 2024-11-28 06:00:06 +02:00
copilot/packages/cp-frontend/.eslintrc
2017-10-03 14:49:59 +01:00

13 lines
205 B
Plaintext

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