diff --git a/README.md b/README.md index e2d532e..eeb3ab7 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # @vue/eslint-config-prettier -> eslint-config-prettier for vue-cli +> eslint-config-prettier for Vue CLI -This config is specifically designed to be used by `vue-cli` setups +This config is specifically designed to be used by Vue CLI setups and is not meant for outside use (it can be used but some adaptations on the user side might be needed - for details see the config file). A part of its design is that this config may implicitly depend on -other parts of `vue-cli` setups, such as `eslint-plugin-vue` being +other parts of Vue CLI setups, such as `eslint-plugin-vue` being extended in the same resulting config. diff --git a/package.json b/package.json index 851f1e1..aacb21b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@vue/eslint-config-prettier", "version": "5.0.0", - "description": "eslint-config-prettier for vue-cli", + "description": "eslint-config-prettier for Vue CLI", "main": "index.js", "publishConfig": { "access": "public"