Skip to content

fix: support kebab-case class name (#65) #144

fix: support kebab-case class name (#65)

fix: support kebab-case class name (#65) #144

Triggered via push October 5, 2023 03:25
Status Failure
Total duration 36s
Artifacts

ci.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: examples/media/tsconfig.json#L5
Expected object keys to be in specified order. 'lib' should be before 'useDefineForClassFields'
lint: examples/media/tsconfig.json#L8
Expected object keys to be in specified order. 'esModuleInterop' should be before 'skipLibCheck'
lint: examples/media/tsconfig.json#L9
Expected object keys to be in specified order. 'allowSyntheticDefaultImports' should be before 'esModuleInterop'
lint: examples/media/tsconfig.json#L11
Expected object keys to be in specified order. 'forceConsistentCasingInFileNames' should be before 'strict'
lint: examples/media/tsconfig.json#L12
Expected object keys to be in specified order. 'module' should be before 'forceConsistentCasingInFileNames'
lint: examples/media/tsconfig.json#L16
Expected object keys to be in specified order. 'noEmit' should be before 'isolatedModules'
lint: examples/media/tsconfig.json#L17
Expected object keys to be in specified order. 'jsx' should be before 'noEmit'
lint: examples/media/tsconfig.json#L20
Expected object keys to be in specified order. 'references' should be before 'include'
lint: playground/src/vite-env.d.ts#L4
Expected 1 empty line after import statement not followed by another import
lint: playground/tsconfig.json#L8
Expected object keys to be in specified order. 'jsx' should be before 'strict'