Skip to content

Commit

Permalink
chore remove any type rule from eslint.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Ameerjafar authored and krishnaacharyaa committed May 28, 2024
1 parent 9f6fea2 commit c9aa507
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export default [
{
rules: {
'react/react-in-jsx-scope': 'off' ,
'@typescript-eslint/no-explicit-any': 'off',
'react/no-unescaped-entities': 'off'
}
}
Expand Down

0 comments on commit c9aa507

Please sign in to comment.