Skip to content

Commit

Permalink
fix: attempt to fix CI lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rickycpadilla committed Oct 25, 2024
1 parent 9ef15db commit 4bbfaf2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
src/plugins/
2 changes: 1 addition & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

{
"extends": "./tsconfig",
"exclude": ["example", "src/plugins/**/*.ts"]
"exclude": ["example", "src/plugins"]
}
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"target": "ESNext",
"typeRoots": ["./node_modules/@types", "./node_modules/@expo"]
"target": "ESNext"
}
}

0 comments on commit 4bbfaf2

Please sign in to comment.