Skip to content

Commit e7811b7

Browse files
committed
docs: vue-cli -> Vue CLI
1 parent 9c25fe4 commit e7811b7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# @vue/eslint-config-prettier
22

3-
> eslint-config-prettier for vue-cli
3+
> eslint-config-prettier 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

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

0 commit comments

Comments
 (0)