Skip to content

Commit

Permalink
Updated NPM packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Nov 18, 2024
1 parent dc76244 commit 7b8850d
Show file tree
Hide file tree
Showing 4 changed files with 353 additions and 29 deletions.
11 changes: 0 additions & 11 deletions extension/.eslintrc.cjs

This file was deleted.

9 changes: 9 additions & 0 deletions extension/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 7b8850d

Please sign in to comment.