From 8784cfbc09cf4cecffa0224050cc9d4b1467a53d Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Sun, 6 Oct 2024 00:55:20 +0800 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9a78dd..17f8211 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Please also make sure that you have `prettier` and `eslint` installed. ## Usage -> 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. +> Note: the current version doesn't support the legacy `.eslintrc*` configuration 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.