chore: lint TS config prop order #245
Annotations
10 errors
lint:
packages/react/tsconfig.json#L6
Expected object keys to be in specified order. 'jsx' should be before 'typeRoots'
|
lint:
packages/solid/tsconfig.json#L6
Expected object keys to be in specified order. 'jsx' should be before 'typeRoots'
|
lint:
packages/svelte/tsconfig.json#L8
Expected object keys to be in specified order. 'resolveJsonModule' should be before 'forceConsistentCasingInFileNames'
|
lint:
packages/svelte/tsconfig.json#L10
Expected object keys to be in specified order. 'sourceMap' should be before 'skipLibCheck'
|
lint:
packages/svelte/tsconfig.json#L11
Expected object keys to be in specified order. 'strict' should be before 'sourceMap'
|
lint:
packages/svelte/tsconfig.json#L12
Unexpected tab character
|
lint:
packages/svelte/tsconfig.json#L12
Expected indentation of 4 spaces but found 2 tabs
|
lint:
packages/svelte/tsconfig.json#L12
Expected object keys to be in specified order. 'module' should be before 'strict'
|
lint:
packages/svelte/tsconfig.json#L13
Unexpected tab character
|
lint:
packages/svelte/tsconfig.json#L13
Expected indentation of 4 spaces but found 2 tabs
|