Skip to content

Commit

Permalink
device type
Browse files Browse the repository at this point in the history
  • Loading branch information
DileSoft committed Oct 18, 2023
1 parent 2a3c2a9 commit c48cf66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src-admin/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
root: true,
env: {
browser: true,
es2021: true,
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
],
"exclude": [
"build/**",
"node_modules/**"
"node_modules/**",
"src-admin/**"
]
}

0 comments on commit c48cf66

Please sign in to comment.