Skip to content

Commit

Permalink
Merge pull request #253 from engineerd/chore/bump-the-world
Browse files Browse the repository at this point in the history
  • Loading branch information
radu-matei authored Oct 21, 2024
2 parents e50f115 + 3e2fd2c commit 77f76b5
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 77f76b5

Please sign in to comment.