Skip to content

Commit

Permalink
feat: complexity 10
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Jan 11, 2025
1 parent 2cc343e commit dceb72d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/plugin-usage/eslint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const usage: PluginUsage = {
{
variant: 'modified',
// eslint-disable-next-line @typescript-eslint/no-magic-numbers -- arbitrary choice
max: 5,
max: 10,
},
],
'consistent-this': ['error', 'that'],
Expand Down
2 changes: 1 addition & 1 deletion src/test/expected-exported-value/_eslint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const expectedEslintRules: Record<
{
variant: 'modified',
// eslint-disable-next-line @typescript-eslint/no-magic-numbers -- arbitrary choice
max: 5,
max: 10,
},
],
'consistent-this': ['error', 'that'],
Expand Down

0 comments on commit dceb72d

Please sign in to comment.