Skip to content

Commit

Permalink
chore: update dependencies (#3286)
Browse files Browse the repository at this point in the history
* chore: update dependencies

* chore: workaround rules once fixed: eslint/eslint#19134
  • Loading branch information
hamed-musallam authored Nov 19, 2024
1 parent 209ed95 commit e5071fe
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 141 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
Loading

0 comments on commit e5071fe

Please sign in to comment.