Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung committed Jan 10, 2025
1 parent c416e7f commit 1b63b22
Show file tree
Hide file tree
Showing 5 changed files with 5,635 additions and 3,612 deletions.
7 changes: 0 additions & 7 deletions .eslintrc.js

This file was deleted.

9 changes: 9 additions & 0 deletions eslint.config.js
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,
);
Loading

0 comments on commit 1b63b22

Please sign in to comment.