diff --git a/README.md b/README.md index 4446020..3058346 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,9 @@ Add `nuxt` to the plugins section of your `.eslintrc` configuration file. You ca ```json { - "plugins": [ - "nuxt" - ] + "extends": [ + "plugin:nuxt/recommended" + ] } ```