5 lines
161 B
TypeScript
5 lines
161 B
TypeScript
import { convertNxGenerator } from '@nrwl/devkit';
|
|
import { addLintingGenerator } from './add-linting';
|
|
|
|
export default convertNxGenerator(addLintingGenerator);
|