Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(eslint-plugin): [no-unused-expressions] inherit messages from b…
…ase rule (#1992)
  • Loading branch information
G-Rath committed May 9, 2020
1 parent 176054c commit 51ca404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/src/rules/no-unused-expressions.ts
Expand Up @@ -13,7 +13,7 @@ export default util.createRule({
extendsBaseRule: true,
},
schema: baseRule.meta.schema,
messages: {},
messages: baseRule.meta.messages,
},
defaultOptions: [],
create(context) {
Expand Down

0 comments on commit 51ca404

Please sign in to comment.