Skip to content

Commit

Permalink
Merge branch 'main' into feat/bun-txt
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 25, 2024
2 parents 7df7688 + 8cd67de commit 2c1aae1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import unjs from "eslint-config-unjs";

// https://github.com/unjs/eslint-config
export default unjs({
ignores: [
"test/fixtures/**",
],
rules: {},
ignores: ["test/fixtures/**"],
rules: {
"@typescript-eslint/no-require-imports": 0,
},
});

0 comments on commit 2c1aae1

Please sign in to comment.