* feat(linter): convert-tslint-to-eslint generators * fix(core): remove generators in collection for ng and nest * fix(core): update tao to support mixed generators and schematics * fix(core): update tao to support mixed generators and schematics * fix(core): address some PR feedback * fix(core): fix snapshots after syncing up with master * feat(core): store user preference for removeTSLintIfNoMoreTSLintTargets * fix(linter): unit tests * feat(core): apply root tslint.json conversion to root .eslintrc.json
5 lines
257 B
TypeScript
5 lines
257 B
TypeScript
export { lintProjectGenerator } from './src/generators/lint-project/lint-project';
|
|
export { lintInitGenerator } from './src/generators/init/init';
|
|
export { Linter } from './src/generators/utils/linter';
|
|
export * from './src/utils/convert-tslint-to-eslint';
|