Skip to content

Commit

Permalink
chore: workaround rules once fixed: eslint/eslint#19134
Browse files Browse the repository at this point in the history
  • Loading branch information
hamed-musallam committed Nov 19, 2024
1 parent 1f58bf6 commit a2b12fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ export default [
},
{
rules: {
//todo remove the following rules once fixed: https://github.com/eslint/eslint/issues/19134

Check warning on line 29 in eslint.config.js

View workflow job for this annotation

GitHub Actions / nodejs / lint-eslint

Unexpected 'todo' comment: 'todo remove the following rules once...'
// start
'@typescript-eslint/no-unused-expressions': 'off',
'@typescript-eslint/dot-notation': 'off',
'@typescript-eslint/no-empty-function': 'off',
//end
'import/default': 'off',
'import/no-unresolved': 'off',
'react-refresh/only-export-components': 'off',
Expand Down

0 comments on commit a2b12fb

Please sign in to comment.