Skip to content

Commit

Permalink
fix(readme): ESLint configuration key name matches rule name (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
vlascik authored Oct 30, 2020
1 parent a4960e6 commit 7935c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = {
],
rules: {
// override rule settings from extends config here
// 'decorator-position': ['error', { /* your config */ }]
// 'decorator-position/decorator-position': ['error', { /* your config */ }]
}
};
```
Expand Down

0 comments on commit 7935c85

Please sign in to comment.