Skip to content

Commit

Permalink
Turn off prefer-underscore-method for ts files
Browse files Browse the repository at this point in the history
  • Loading branch information
Skalakid committed Jun 11, 2024
1 parent bb9e568 commit 6fe61bd
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 @@ -52,6 +52,7 @@ module.exports = {
},
rules: {
'prefer-regex-literals': 'off',
'rulesdir/prefer-underscore-method': 'off',
'react/jsx-props-no-spreading': 'off',
'react/require-default-props': 'off',
'valid-jsdoc': 'off',
Expand Down

0 comments on commit 6fe61bd

Please sign in to comment.