Skip to content

Commit

Permalink
added filename to gitignore. updated eslint config so checks pass
Browse files Browse the repository at this point in the history
  • Loading branch information
h1divp committed Aug 17, 2024
1 parent e87f935 commit be36c8b
Show file tree
Hide file tree
Showing 3 changed files with 1,630 additions and 9 deletions.
3 changes: 2 additions & 1 deletion client/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// https://docs.expo.dev/guides/using-eslint/
module.exports = {
extends: "universe/native",
extends: 'expo',
};
Loading

0 comments on commit be36c8b

Please sign in to comment.