Skip to content

Commit

Permalink
feat(eslint-plugin-experience): update
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Jul 2, 2024
1 parent d5ad705 commit 19634b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/eslint-plugin-experience/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,9 @@ module.exports = {
files: ['*.js'],
rules: {
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/no-empty-function': 'off',
'@typescript-eslint/no-extraneous-class': 'off',
'max-classes-per-file': 'off',
},
},
{
Expand Down

0 comments on commit 19634b3

Please sign in to comment.