### Version 3.0.0-beta.6 ### Reproduction link [https://github.com/BenoitAverty/vue-cli-test-tslint](https://github.com/BenoitAverty/vue-cli-test-tslint) ### Steps to reproduce Run `npm run lint -- --no-fix` or `npx run vue-cli-service lint --no-fix`. ### What is expected? The lint errors should be reported but no file should be changed. ### What is actually happening? Errors are fixed in the file and not reported. --- I would like to run linting in a precommit hook but not format the files. Currently this is not possible. <!-- generated by vue-issues. DO NOT REMOVE -->