Skip to content

Commit

Permalink
fix: update new rules from master
Browse files Browse the repository at this point in the history
  • Loading branch information
bradzacher committed Oct 11, 2021
1 parent ae3fa90 commit b34fb7e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Expand Up @@ -23,7 +23,6 @@ export default util.createRule<
docs: {
description:
'Disallow the `void` operator except when used to discard a value',
category: 'Best Practices',
recommended: false,
suggestion: true,
requiresTypeChecking: true,
Expand Down
Expand Up @@ -561,7 +561,6 @@ export default util.createRule<Options, MessageIds>({
type: 'layout',
docs: {
description: 'require or disallow padding lines between statements',
category: 'Stylistic Issues',
recommended: false,
extendsBaseRule: true,
},
Expand Down

0 comments on commit b34fb7e

Please sign in to comment.