Skip to content

Commit

Permalink
chore: fix eslint type
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz authored Sep 9, 2024
1 parent 3080b82 commit 38ed4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import vitest from "eslint-plugin-vitest";
delete globals.browser["AudioWorkletGlobalScope "];

/**
* @type {import('eslint').Linter.FlatConfig[]}
* @type {import('eslint').Linter.Config[]}
*/
export default [
{
Expand Down

0 comments on commit 38ed4b5

Please sign in to comment.