chore(deps): update dependency @sxzz/prettier-config to v2 #649
Annotations
8 errors and 10 warnings
lint:
src/index.ts#L4
TypeScript will only remove the inline type specifiers which will leave behind a side effect import at runtime. Convert this to a top-level type qualifier to properly remove the entire import
|
lint:
src/options.ts#L1
TypeScript will only remove the inline type specifiers which will leave behind a side effect import at runtime. Convert this to a top-level type qualifier to properly remove the entire import
|
lint:
tests/transform.test.ts#L3
TypeScript will only remove the inline type specifiers which will leave behind a side effect import at runtime. Convert this to a top-level type qualifier to properly remove the entire import
|
lint:
tsconfig.json#L5
Expected object keys to be in specified order. 'lib' should be before 'module'
|
lint:
tsconfig.json#L8
Expected object keys to be in specified order. 'moduleResolution' should be before 'esModuleInterop'
|
lint:
tsconfig.json#L10
Expected object keys to be in specified order. 'noUnusedLocals' should be before 'skipLibCheck'
|
lint:
tsconfig.json#L11
Expected object keys to be in specified order. 'types' should be before 'noUnusedLocals'
|
lint
Process completed with exit code 1.
|
lint:
.github/renovate.json5#L2
Replace `'github>sxzz/renovate-config'` with `"github>sxzz/renovate-config"`
|
lint:
.github/workflows/release.yml#L6
Replace `'v*'` with `"v*"`
|
lint:
eslint.config.js#L1
Replace `'@sxzz/eslint-config')` with `"@sxzz/eslint-config");`
|
lint:
eslint.config.js#L2
Insert `;`
|
lint:
src/index.ts#L1
Replace `'node:fs'` with `"node:fs";`
|
lint:
src/index.ts#L2
Replace `'node:path'` with `"node:path";`
|
lint:
src/index.ts#L3
Replace `'node:fs/promises'` with `"node:fs/promises";`
|
lint:
src/index.ts#L10
Replace `'esbuild'` with `"esbuild";`
|
lint:
src/index.ts#L11
Replace `'./options'` with `"./options";`
|
lint:
src/index.ts#L12
Replace `'./utils'` with `"./utils";`
|