Skip to content

Commit

Permalink
docs(README): mention nextjs add example update tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ultrox committed Jan 20, 2019
1 parent b811607 commit 3862c3b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
}
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
"config",
"kentcdodds",
"javascript",
"next",
"nextjs",
"styleguide"
],
"author": "Kent C. Dodds <[email protected]> (http://kentcdodds.com/)",
Expand Down

0 comments on commit 3862c3b

Please sign in to comment.