Skip to content

Commit

Permalink
chore: enable eslint-plugin/require-meta-docs-description rule
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Nov 11, 2022
1 parent 832cec6 commit 1893658
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.js
Expand Up @@ -257,6 +257,11 @@ module.exports = {
'./packages/eslint-plugin/src/rules/**/*.ts',
],
rules: {
'eslint-plugin/require-meta-docs-description': [
'error',
{ pattern: '^(Enforce|Require|Disallow) .+[^. ]$' },
],

// specifically for rules - default exports makes the tooling easier
'import/no-default-export': 'off',
},
Expand Down

0 comments on commit 1893658

Please sign in to comment.