Skip to content

Commit

Permalink
chore(*): update all dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Radu Matei <[email protected]>
  • Loading branch information
radu-matei committed Oct 21, 2024
1 parent e50f115 commit 3e2fd2c
Show file tree
Hide file tree
Showing 5 changed files with 4,633 additions and 7,357 deletions.
4 changes: 0 additions & 4 deletions .eslintignore

This file was deleted.

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


export default [
{files: ["**/*.{js,mjs,cjs,ts}"]},
{languageOptions: { globals: globals.browser }},
pluginJs.configs.recommended,
...tseslint.configs.recommended,
];
Loading

0 comments on commit 3e2fd2c

Please sign in to comment.