2017-09-20 12:30:53 +03:00
|
|
|
{
|
|
|
|
"extends": "joyent-portal",
|
|
|
|
"rules": {
|
|
|
|
"no-console": 0,
|
|
|
|
"new-cap": 0,
|
2017-10-04 20:27:55 +03:00
|
|
|
"camelcase": 1,
|
2017-09-20 12:30:53 +03:00
|
|
|
// temp
|
|
|
|
"no-undef": 1,
|
|
|
|
"no-debugger": 1,
|
2017-10-31 12:03:44 +02:00
|
|
|
"no-negated-condition": 0,
|
|
|
|
"jsx-a11y/href-no-hash": 0
|
2017-09-20 12:30:53 +03:00
|
|
|
}
|
|
|
|
}
|