Skip to content

Commit

Permalink
feat(eslint-plugin): [comma-dangle] align schema with ESLint v8 (#3768)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Goldberg authored and bradzacher committed Sep 3, 2021
1 parent 8218055 commit 523ea7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-plugin/src/rules/comma-dangle.ts
Expand Up @@ -80,6 +80,7 @@ export default util.createRule<Options, MessageIds>({
],
},
],
additionalProperties: false,
},
fixable: 'code',
messages: baseRule.meta.messages,
Expand Down

0 comments on commit 523ea7b

Please sign in to comment.