UNPKG

@hint/hint-typescript-config

Version:

hint that that checks if the TypeScript configuration is valid.

10 lines (9 loc) 293 B
"use strict"; module.exports = { 'consistent-casing': require('./consistent-casing'), 'import-helpers': require('./import-helpers'), 'is-valid': require('./is-valid'), 'no-comments': require('./no-comments'), strict: require('./strict'), target: require('./target') };