Skip to content

Commit 77f76b5

Browse files
authored
Merge pull request #253 from engineerd/chore/bump-the-world
2 parents e50f115 + 3e2fd2c commit 77f76b5

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)