Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 541 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 541 Bytes

Linting results

project: './packages/*/tsconfig.json'

Without type checking

eslint:cli-engine Linting complete in: 6058ms +28ms

With type checking

eslint:cli-engine Linting complete in: 7165ms +71ms



project: [
    './packages/package-*/tsconfig.json',
    './packages/special-package/tsconfig.json',
    './external-folder/tsconfig.json'
]

Without type checking

eslint:cli-engine Linting complete in: 8560ms +13ms

With type checking

eslint:cli-engine Linting complete in: 18157ms +574ms