refactor(cli-core): remove configstore dependency, use sync config I/O #3713
Annotations
10 warnings
|
lint:
packages/@sanity/cli/src/actions/build/buildApp.ts#L52
Caution: `semver` also has a named export `parse`. Check if you meant to write `import {parse} from 'semver'` instead
|
|
lint:
packages/@sanity/cli/src/actions/build/__tests__/checkStudioDependencyVersions.test.ts#L271
Caution: `semver` also has a named export `coerce`. Check if you meant to write `import {coerce} from 'semver'` instead
|
|
lint:
packages/@sanity/cli/src/__tests__/exports.test.ts#L100
Caution: `ts` also has a named export `isNamedExports`. Check if you meant to write `import {isNamedExports} from 'typescript'` instead
|
|
lint:
packages/@sanity/cli/src/__tests__/exports.test.ts#L100
Caution: `ts` also has a named export `isExportDeclaration`. Check if you meant to write `import {isExportDeclaration} from 'typescript'` instead
|
|
lint:
packages/@sanity/cli/src/__tests__/exports.test.ts#L92
Caution: `ts` also has a named export `SyntaxKind`. Check if you meant to write `import {SyntaxKind} from 'typescript'` instead
|
|
lint:
packages/@sanity/cli/src/__tests__/exports.test.ts#L91
Caution: `ts` also has a named export `isTypeAliasDeclaration`. Check if you meant to write `import {isTypeAliasDeclaration} from 'typescript'` instead
|
|
lint:
packages/@sanity/cli/src/__tests__/exports.test.ts#L91
Caution: `ts` also has a named export `isInterfaceDeclaration`. Check if you meant to write `import {isInterfaceDeclaration} from 'typescript'` instead
|
|
lint:
packages/@sanity/cli/src/__tests__/exports.test.ts#L88
Caution: `ts` also has a named export `forEachChild`. Check if you meant to write `import {forEachChild} from 'typescript'` instead
|
|
lint:
packages/@sanity/cli/src/__tests__/exports.test.ts#L82
Caution: `ts` also has a named export `ScriptTarget`. Check if you meant to write `import {ScriptTarget} from 'typescript'` instead
|
|
lint:
packages/@sanity/cli/src/__tests__/exports.test.ts#L79
Caution: `ts` also has a named export `createSourceFile`. Check if you meant to write `import {createSourceFile} from 'typescript'` instead
|