Skip to content

Commit

Permalink
chore: update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 25, 2024
1 parent 1ef5ca0 commit 8cd67de
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 8cd67de

Please sign in to comment.