Skip to content

Commit 9123feb

Browse files
committed
experimental release with react devtools
1 parent 1fcd720 commit 9123feb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eslint.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ import typescriptEslint from '@typescript-eslint/eslint-plugin';
22
import tsParser from '@typescript-eslint/parser';
33

44
export default [
5+
{
6+
ignores: ['src/devtools/react/dist/**'],
7+
},
58
{
69
files: ['**/*.ts'],
710
},

0 commit comments

Comments
 (0)