Skip to content

Commit

Permalink
feat: update deps, allow querying the default ui browser (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
connor4312 authored Jul 1, 2024
1 parent 87f02ff commit 632b79d
Show file tree
Hide file tree
Showing 11 changed files with 2,162 additions and 1,201 deletions.
1 change: 1 addition & 0 deletions .esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const ctx = esbuild.context({
minify,
platform: 'node',
outdir: 'out',
packages: 'bundle',
});

ctx
Expand Down
22 changes: 0 additions & 22 deletions .eslintrc.js

This file was deleted.

7 changes: 7 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
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 632b79d

Please sign in to comment.