Skip to content

Commit 3e2fd2c

Browse files
committed
chore(*): update all dependencies
Signed-off-by: Radu Matei <radu.matei@fermyon.com>
1 parent e50f115 commit 3e2fd2c

5 files changed

Lines changed: 4633 additions & 7357 deletions

File tree

.eslintignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

eslint.config.mjs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import globals from "globals";
2+
import pluginJs from "@eslint/js";
3+
import tseslint from "typescript-eslint";
4+
5+
6+
export default [
7+
{files: ["**/*.{js,mjs,cjs,ts}"]},
8+
{languageOptions: { globals: globals.browser }},
9+
pluginJs.configs.recommended,
10+
...tseslint.configs.recommended,
11+
];

0 commit comments

Comments
 (0)