DEV Community

Discussion on: Angular: Migrate from TSLint to ESLint

Collapse
 
ahmedmaazin profile image
Mazin • Edited

ng g @angular-eslint/schematics:convert-tslint-to-eslint

? Would you like to remove TSLint and its related config if there are no TSLint projects remaining after this conversion? Yes
? Would you like to ignore the existing TSLint config? Recommended if the TSLint config has not been altered much as it makes the new ESLint config
cleaner. Yes

INFO: We are now installing the "tslint-to-eslint-config" package into a tmp directory to aid with the conversion

This may take a minute or two...
Enter fullscreen mode Exit fullscreen mode

Path "/tslint.json" does not exist.

....

Any ideas how to solve this?