Skip to content

Commit

Permalink
Support
Browse files Browse the repository at this point in the history
  • Loading branch information
koredefashokun committed Sep 28, 2024
1 parent 88ddfd6 commit 9c0117a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion apps/app/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": ["universe/native"]
"extends": ["universe/native"],
"globals": {
"__dirname": true
}
}
5 changes: 4 additions & 1 deletion apps/dashboard/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": ["universe/native"]
"extends": ["universe/native"],
"globals": {
"__dirname": true
}
}

0 comments on commit 9c0117a

Please sign in to comment.