mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-22 20:38:55 -05:00
docs: fix readme of @vue/cli-plugin-eslint (#5226) [ci skip]
The default target directories of `vue-cli-service lint` command were written as `src` and `test`, but `src` and `tests` are correct.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
--max-warnings specify number of warnings to make build failed (default: Infinity)
|
||||
```
|
||||
|
||||
Lints and fixes files. If no specific files are given, it lints all files in `src` and `test`.
|
||||
Lints and fixes files. If no specific files are given, it lints all files in `src` and `tests`.
|
||||
|
||||
Other [ESLint CLI options](https://eslint.org/docs/user-guide/command-line-interface#options) are also supported.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user