Skip to content

Commit

Permalink
chore: update eslint to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jun 8, 2024
1 parent dff1ef8 commit 238d677
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
3 changes: 0 additions & 3 deletions .eslintignore

This file was deleted.

10 changes: 0 additions & 10 deletions .eslintrc

This file was deleted.

13 changes: 13 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import unjs from "eslint-config-unjs";

// https://github.com/unjs/eslint-config
export default unjs({
ignores: [],
rules: {
"no-undef": 0,
"unicorn/prefer-module": 0,
"unicorn/prefer-top-level-await": 0,
"unicorn/no-null": 0,
"@typescript-eslint/no-unused-vars": 0
},
});

0 comments on commit 238d677

Please sign in to comment.