Skip to content

Commit

Permalink
fix lint ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
newcat committed Nov 30, 2024
1 parent b781125 commit ac1f680
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 @@ -7,7 +7,7 @@ import pluginVue from "eslint-plugin-vue";

export default tseslint.config(
{
ignores: ["*.d.ts", "**/coverage", "**/dist", "src/stage/fixtures/dmx/open-fixture.ts", "src/rust/pkg/rust.js"],
ignores: ["**/*.d.ts", "**/coverage", "**/dist", "src/stage/fixtures/dmx/open-fixture.ts", "src/rust/pkg/rust.js"],
},
{
extends: [
Expand Down

0 comments on commit ac1f680

Please sign in to comment.