Skip to content

Commit

Permalink
Remove @typescript-eslint/no-this-alias rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Aljullu committed Sep 3, 2024
1 parent 6decafd commit 3c8ecc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = {
'woocommerce/feature-flag': 'off',
'@wordpress/no-global-active-element': 'warn',
camelcase: 'off',
'@typescript-eslint/no-this-alias': 'off',
},
ignorePatterns: [ '**/*.min.js' ],
};

0 comments on commit 3c8ecc2

Please sign in to comment.