From 0569054b47c9c941eade2485b3d9489bc92671c2 Mon Sep 17 00:00:00 2001 From: noi <45781612+noi@users.noreply.github.com> Date: Fri, 28 Feb 2020 13:39:21 +0900 Subject: [PATCH] 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. --- packages/@vue/cli-plugin-eslint/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@vue/cli-plugin-eslint/README.md b/packages/@vue/cli-plugin-eslint/README.md index 804af750ec..171c5b5f99 100644 --- a/packages/@vue/cli-plugin-eslint/README.md +++ b/packages/@vue/cli-plugin-eslint/README.md @@ -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.