Skip to content

Commit

Permalink
docs: improve description
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Oct 3, 2024
1 parent 3637e39 commit d693afa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @vue/eslint-config-prettier

> eslint-config-prettier for Vue
> A wrapper around `eslint-config-prettier` designed to work more intuitively with `create-vue` setups.
This config is specifically designed to be used by `create-vue` setups
and is not meant for outside use (it can be used but some adaptations
Expand All @@ -21,7 +21,7 @@ Please also make sure that you have `prettier` and `eslint` installed.

> Note: the current version doesn't support the legacy `.eslintrc*` configuraion format. For that you need to use version 9 or earlier. See the [corresponding README](https://www.npmjs.com/package/@vue/eslint-config-prettier/v/legacy-eslintrc) for more usage instructions.
Import `@vue/eslint-config-prettier` in `eslint.config.js` (or `eslint.config.mjs`), and put it in the configuration array – &&**after** other configs that you want to override.
Import `@vue/eslint-config-prettier` in `eslint.config.js` (or `eslint.config.mjs`), and put it in the configuration array – **after** other configs that you want to override.

```js
import someConfig from "some-other-config-you-use";
Expand Down

0 comments on commit d693afa

Please sign in to comment.