Skip to content

Commit

Permalink
docs: fix readme of @vue/cli-plugin-eslint (#5226) [ci skip]
Browse files Browse the repository at this point in the history
The default target directories of `vue-cli-service lint` command were written as `src` and `test`, but `src` and `tests` are correct.
  • Loading branch information
noi committed Feb 28, 2020
1 parent 0380f22 commit 0569054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-eslint/README.md
Expand Up @@ -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.

Expand Down

0 comments on commit 0569054

Please sign in to comment.