Skip to content

Commit

Permalink
no-use-before-define addressed for classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomcariello committed Aug 24, 2023
1 parent 729eeb4 commit 74ed91f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions web/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,6 @@
"props": false
}
],
"no-use-before-define": [
"error",
{
"classes": true
}
],
// Import rules overrides
"import/no-cycle": "warn",
// Accesibility rules overrides
Expand Down

0 comments on commit 74ed91f

Please sign in to comment.