Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Fix: fix eslin
Browse files Browse the repository at this point in the history
  • Loading branch information
mashal-m committed Sep 26, 2023
1 parent 8d09689 commit 9d4504c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"prefer-rest-params": 0,
"func-names": 0,
"import/no-extraneous-dependencies": [2, {"devDependencies": true}],
"import/no-dynamic-require": 0,
"react/no-did-update-set-state": "off"
}
"import/no-dynamic-require": 0
}
}

0 comments on commit 9d4504c

Please sign in to comment.