2017-09-08 12:38:32 +03:00
|
|
|
{
|
|
|
|
"extends": "joyent-portal",
|
|
|
|
"rules": {
|
|
|
|
"no-console": 0,
|
|
|
|
"new-cap": 0,
|
|
|
|
// temp
|
|
|
|
"no-undef": 1,
|
|
|
|
"no-debugger": 1,
|
2017-09-14 19:50:22 +03:00
|
|
|
"no-negated-condition": 0,
|
|
|
|
"jsx-a11y/href-no-hash": 0
|
2017-09-08 12:38:32 +03:00
|
|
|
}
|
|
|
|
}
|