fix: support kebab-case class name #143
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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'
|