Skip to content

Commit

Permalink
fix: add meta everywhere (#461)
Browse files Browse the repository at this point in the history
Co-authored-by: Gajus Kuizinas <gajus@gajus.com>
  • Loading branch information
Brian Chen and gajus committed Feb 18, 2021
1 parent 04b9637 commit 9cf7aff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/rules/genericSpacing.js
Expand Up @@ -88,6 +88,10 @@ const create = (context) => {
};
};

const meta = {
fixable: 'whitespace',
};

export default {
create,
meta: {
Expand Down

0 comments on commit 9cf7aff

Please sign in to comment.