@nrwl/nest:convert-tslint-to-eslint
Convert a NestJS project from TSLint to ESLint. NOTE: Does not work in --dry-run
mode.
Usage
nx generate convert-tslint-to-eslint ...
By default, Nx will search for convert-tslint-to-eslint
in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
nx g @nrwl/nest:convert-tslint-to-eslint ...
Show what will be generated without writing to disk:
nx g convert-tslint-to-eslint ... --dry-run
Examples
Convert the NestJS project myapp
from TSLint to ESLint:
nx g convert-tslint-to-eslint myapp