Skip to content

Commit

Permalink
Allow 'a' and 'b' as identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
rekmarks committed Aug 15, 2022
1 parent 4d70dbb commit 73be5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/base/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ module.exports = {
{
min: 2,
properties: 'never',
exceptionPatterns: ['_', 'i', 'j', 'k'],
exceptionPatterns: ['_', 'a', 'b', 'i', 'j', 'k'],
},
],
'lines-between-class-members': 'error',
Expand Down

0 comments on commit 73be5cb

Please sign in to comment.