Skip to content

Commit

Permalink
fix(eslint-plugin): [lines-between-class-members] fix typo in schema (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
inglec-arista committed Oct 18, 2020
1 parent 55111af commit a2a2514
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -13,7 +13,7 @@ const schema = util.deepMerge(
{
1: {
exceptAfterOverload: {
type: 'booleean',
type: 'boolean',
default: true,
},
},
Expand Down

1 comment on commit a2a2514

@lukel97
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

Please sign in to comment.