Skip to content

Commit

Permalink
fix: remove duplicate meta usage (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Chen committed Feb 18, 2021
1 parent 9cf7aff commit 204571f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/rules/genericSpacing.js
Expand Up @@ -94,8 +94,6 @@ const meta = {

export default {
create,
meta: {
fixable: 'code',
},
meta,
schema,
};

0 comments on commit 204571f

Please sign in to comment.