Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GaelGirodon committed Aug 20, 2024
1 parent 1796265 commit 73cc190
Show file tree
Hide file tree
Showing 3 changed files with 431 additions and 186 deletions.
3 changes: 1 addition & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import globals from "globals";
import pluginJs from "@eslint/js";

export default [
{ languageOptions: { globals: globals.node } },
{ languageOptions: { globals: globals.mocha } },
{ languageOptions: { globals: { ...globals.node, ...globals.mocha } } },
pluginJs.configs.recommended,
];
Loading

0 comments on commit 73cc190

Please sign in to comment.