Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
johnchourajr committed Sep 23, 2024
1 parent bd86a1a commit a590863
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1,484 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"rules": {
"semi": ["error", "always"]
"semi": ["error", "always"],
"no-undef": "off",
"react/react-in-jsx-scope": "off"
}
}
Loading

0 comments on commit a590863

Please sign in to comment.