diff --git a/README.md b/README.md index c5cc503..5977cec 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ ## Note -This is fork from kentcdodds with my own customizations. +This is fork from kentcdodds with my own customizations, supports Nextjs & +promotes yaml configuration. ## Usage @@ -21,8 +22,10 @@ npm install --save-dev eslint eslint-config-mavu Then add the extends to your `.eslintrc.yaml`: ```yaml - - extends: mavu + extends: + - mavu + - mavu/react + - mavu/next rules: # your overrides } diff --git a/package.json b/package.json index 8c9da30..a96bf81 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,8 @@ "config", "kentcdodds", "javascript", + "next", + "nextjs", "styleguide" ], "author": "Kent C. Dodds (http://kentcdodds.com/)",