Skip to content

Commit

Permalink
fix(eslint-plugin): Fix exported name of eslint-recommended (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasdenH authored and bradzacher committed May 11, 2019
1 parent f61d421 commit 5c65350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/src/index.ts
Expand Up @@ -19,6 +19,6 @@ export = {
rules: rulesWithoutDefault,
configs: {
recommended,
eslintRecommended,
'eslint-recommended': eslintRecommended,
},
};

0 comments on commit 5c65350

Please sign in to comment.