7f1d731dc6
* refactor: config() from mutation to query * refactor(cp-frontend): remove unused dependency * feat(portal-watch): expose getContainers() and compose tags * fix(portal-watch): assert services by name AND hash * feat(portal-data): expose importable and import APIs * fix(portal-data): add missing dependencies * feat(portal-api): expose import/importable * feat(cp-gql-schema): add import/importable * feat(cp-frontend): import existing project * style(portal-watch): lint * style(portal-data): lint * chore: update lockfile
12 lines
173 B
Plaintext
12 lines
173 B
Plaintext
{
|
|
"extends": "joyent-portal",
|
|
"rules": {
|
|
"no-console": 0,
|
|
"new-cap": 0,
|
|
// temp
|
|
"no-undef": 1,
|
|
"no-debugger": 1,
|
|
"no-negated-condition": 0
|
|
}
|
|
}
|