Skip to content

Commit

Permalink
Update examples in README
Browse files Browse the repository at this point in the history
  • Loading branch information
rix1 committed Jul 2, 2019
1 parent 7afffb5 commit 837ae6f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ default will extend everything (currently JavaScript, Flow, and React):
"browser": true
},
"parser": "babel-eslint",
"extends": ["otovo"]
"extends": ["@otovo/eslint-config-otovo"]
}
```

Expand All @@ -42,6 +42,9 @@ following example uses only JavaScript and Flow rules:
"browser": true
},
"parser": "babel-eslint",
"extends": ["otovo/javascript", "otovo/flowtype"]
"extends": [
"@otovo/eslint-config-otovo/javascript",
"@otovo/eslint-config-otovo/flowtype"
]
}
```

0 comments on commit 837ae6f

Please sign in to comment.