Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Soontao committed Jun 30, 2024
1 parent c32c811 commit 9469bce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import js from "@eslint/js";
import globals from "globals";

export default [
js.configs.recommended,
Expand All @@ -9,5 +10,10 @@ export default [
"no-var": "error",
},
ignores: ["node_modules", "lib"],
languageOptions: {
globals: {
...globals.node,
},
},
},
];

0 comments on commit 9469bce

Please sign in to comment.