Skip to content

Commit

Permalink
experimental release with react devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
g-danna committed Dec 17, 2024
1 parent 1fcd720 commit 9123feb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ import typescriptEslint from '@typescript-eslint/eslint-plugin';
import tsParser from '@typescript-eslint/parser';

export default [
{
ignores: ['src/devtools/react/dist/**'],
},
{
files: ['**/*.ts'],
},
Expand Down

0 comments on commit 9123feb

Please sign in to comment.