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:
noi
2020-02-28 13:39:21 +09:00
committed by GitHub
parent 0380f226b9
commit 0569054b47
+1 -1
View File
@@ -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.