Clerk js 4.62.1 #89
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: pull_request
lint
27s
typecheck
33s
Matrix: test
Annotations
8 errors and 1 warning
lint:
tsconfig.json#L3
Expected object keys to be in specified order. 'compilerOptions' should be before 'include'
|
lint:
tsconfig.json#L6
Expected object keys to be in specified order. 'lib' should be before 'module'
|
lint:
tsconfig.json#L11
Expected object keys to be in specified order. 'resolveJsonModule' should be before 'strictNullChecks'
|
lint:
tsconfig.json#L13
Expected object keys to be in specified order. 'skipDefaultLibCheck' should be before 'skipLibCheck'
|
lint:
tsconfig.json#L14
Expected object keys to be in specified order. 'declarationDir' should be before 'skipDefaultLibCheck'
|
lint:
tsconfig.json#L15
Expected object keys to be in specified order. 'declaration' should be before 'declarationDir'
|
lint:
tsconfig.json#L16
Expected object keys to be in specified order. 'types' should be before 'declaration'
|
lint
Process completed with exit code 1.
|
lint:
src/composables/useMountComponent.ts#L11
@internal should be empty
|