Skip to content

Commit 831d7d9

Browse files
committed
docs: vue-cli -> Vue CLI
1 parent d3f5364 commit 831d7d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# @vue/eslint-config-standard
22

3-
> eslint-config-standard for vue-cli
3+
> eslint-config-standard for Vue CLI
44
5-
This config is specifically designed to be used by `vue-cli` setups
5+
This config is specifically designed to be used by Vue CLI setups
66
and is not meant for outside use (it can be used but some adaptations
77
on the user side might be needed - for details see the config file).
88

99
A part of its design is that this config may implicitly depend on
10-
other parts of `vue-cli` setups, such as `eslint-plugin-vue` being
10+
other parts of Vue CLI setups, such as `eslint-plugin-vue` being
1111
extended in the same resulting config.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vue/eslint-config-standard",
33
"version": "4.0.0",
4-
"description": "eslint-config-standard for vue-cli",
4+
"description": "eslint-config-standard for Vue CLI",
55
"main": "index.js",
66
"publishConfig": {
77
"access": "public"

0 commit comments

Comments
 (0)