Skip to content

Commit

Permalink
chore: remove invalid lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
DjDeveloperr committed Dec 3, 2024
1 parent 48fa2e6 commit 131dd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"lint": {
"exclude": ["./yoga", "./build", "./tests"],
"rules": {
"exclude": ["no-unused-vars", "no-process-globals", "no-var"]
"exclude": ["no-unused-vars", "no-var"]
}
},

Expand Down

0 comments on commit 131dd59

Please sign in to comment.