Skip to content

Commit

Permalink
feat!: grouped-accessor-pairs getBeforeSet
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Dec 7, 2024
1 parent d63081f commit 8c33592
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/plugin-usage/eslint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const usage: PluginUsage = {
'default-case-last': ['error'],
eqeqeq: ['error', 'always', { null: 'ignore' }],
'for-direction': ['error'],
'grouped-accessor-pairs': ['error', 'getBeforeSet'],
'new-cap': ['error', { newIsCap: true, capIsNew: false, properties: true }],
'no-async-promise-executor': ['error'],
'no-caller': ['error'],
Expand Down
1 change: 1 addition & 0 deletions src/test/_expected-exported-value.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export const expectedEslintRules: Record<
'default-case-last': ['error'],
eqeqeq: ['error', 'always', { null: 'ignore' }],
'for-direction': ['error'],
'grouped-accessor-pairs': ['error', 'getBeforeSet'],
'new-cap': ['error', { newIsCap: true, capIsNew: false, properties: true }],
'no-async-promise-executor': ['error'],
'no-caller': ['error'],
Expand Down
1 change: 0 additions & 1 deletion src/test/_rules_to_consider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ export const rulesToConsider: Record<string, string[]> = {
'': [
'func-names',
'func-style',
'grouped-accessor-pairs',
'guard-for-in',
'id-denylist',
'id-length',
Expand Down

0 comments on commit 8c33592

Please sign in to comment.