Skip to content

Commit

Permalink
chore(lint): enable eslint-plugin/require-meta-docs-description lin…
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Jan 9, 2020
1 parent b3f54b7 commit 6a53864
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Expand Up @@ -25,6 +25,7 @@ module.exports = {
"eslint-plugin/prefer-output-null": "error",
"eslint-plugin/prefer-placeholders": "error",
"eslint-plugin/report-message-format": ["error", "[^a-z].*\\.$"],
"eslint-plugin/require-meta-docs-description": "error",
"eslint-plugin/require-meta-type": "error",
"eslint-plugin/test-case-property-ordering": [
"error",
Expand Down

0 comments on commit 6a53864

Please sign in to comment.