Skip to content

Commit

Permalink
🎨 Expand eslint ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed Sep 10, 2024
1 parent eb48924 commit cdad424
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export default tseslint.config(
...globals.browser,
"AudioWorkletGlobalScope": false
}
}
},
ignores: ["node_modules", "dist"],
}
)

0 comments on commit cdad424

Please sign in to comment.