Skip to content

Commit

Permalink
Update devDependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn committed May 26, 2024
1 parent 4f5c472 commit 08eb609
Show file tree
Hide file tree
Showing 6 changed files with 911 additions and 774 deletions.
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

19 changes: 0 additions & 19 deletions .eslintrc.json

This file was deleted.

14 changes: 14 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import globals from "globals";
import pluginJs from "@eslint/js";
import tseslint from "typescript-eslint";

export default [
{
files: ["**/*.js", "**/*.ts"],
languageOptions: { sourceType: "commonjs" },
},
{ languageOptions: { globals: globals.node } },
{ ignores: ["/dist/"] },
pluginJs.configs.recommended,
...tseslint.configs.recommended,
];
Loading

0 comments on commit 08eb609

Please sign in to comment.