Skip to content

Commit

Permalink
chore: update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
charlypa committed Apr 23, 2024
1 parent ee25f5c commit 1933474
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ export default {
globals: {
process: true, // Assume process is a global variable (specific to Node.js)
setTimeout: true, // Assume setTimeout is a global variable
console: true
console: true,
global: true,
structuredClone: true,
clearInterval: true,
setInterval:true,
clearTimeout:true
}
},
rules: {
Expand Down

0 comments on commit 1933474

Please sign in to comment.