You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running into issues with using lint --fix. Part of the git hooks we require to fix any linting and formatting rules. Recently created four new libraries and running into an issue with auto fix. two using eslint and two using tslint
It appears this time for tslint it used the angular tslint. However, the eslint one still fails. I have changed the angular.json to use the @nrwl/linter:lint with the linter option to tslint. It appears @nrwl/linter:lint just doesn't support auto fixing
Running into issues with using lint --fix. Part of the git hooks we require to fix any linting and formatting rules. Recently created four new libraries and running into an issue with auto fix. two using eslint and two using tslint
Expected Behavior
ng lint "project name" --fix
should attempt to fix any linting issues
Current Behavior
Unknown option: '--fix'
Failure Information (for bugs)
command
ng "lint" "tmp-mapper" "--fix"
The text was updated successfully, but these errors were encountered: