Skip to content

Commit

Permalink
Updated package-lock and removed hack
Browse files Browse the repository at this point in the history
  • Loading branch information
PsychoSanchez committed Nov 1, 2024
1 parent c94da65 commit 0790ac6
Show file tree
Hide file tree
Showing 2 changed files with 2,412 additions and 10,683 deletions.
5 changes: 0 additions & 5 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ const compat = new FlatCompat({
allConfig: js.configs.all,
});

// Fix for globals, it doesn't allow trailing spaces
globals.browser['AudioWorkletGlobalScope'] =
globals.browser['AudioWorkletGlobalScope '];
delete globals.browser['AudioWorkletGlobalScope '];

export default [
{
ignores: ['dist/*', 'tools/*', 'node_modules/*', 'static/*'],
Expand Down
Loading

0 comments on commit 0790ac6

Please sign in to comment.