Skip to content

Commit

Permalink
Simplify eslint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGregory084 committed Dec 19, 2024
1 parent 576dff7 commit d22452a
Show file tree
Hide file tree
Showing 3 changed files with 879 additions and 2,425 deletions.
9 changes: 9 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// @ts-check
import eslint from "@eslint/js";
import tseslint from "typescript-eslint";

export default tseslint.config(
eslint.configs.recommended,
tseslint.configs.recommended,
{ ignores: ["dist/"] },
);
Loading

0 comments on commit d22452a

Please sign in to comment.