Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonlary committed Aug 1, 2024
1 parent daae9de commit 5c97577
Show file tree
Hide file tree
Showing 5 changed files with 898 additions and 705 deletions.
8 changes: 0 additions & 8 deletions .eslintrc.cjs

This file was deleted.

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

export default tseslint.config({
extends: [js.configs.recommended, ...tseslint.configs.recommended, eslintConfigPrettier],
files: ["**/*.{ts,tsx}"],
ignores: ["out"],
languageOptions: {
ecmaVersion: 2020,
},
});
Loading

0 comments on commit 5c97577

Please sign in to comment.