Skip to content

Commit 3eefa24

Browse files
committed
added browser compatibility
1 parent f087913 commit 3eefa24

File tree

5 files changed

+683
-1
lines changed

5 files changed

+683
-1
lines changed

js/ethereum-utils/eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default tseslint.config(
2323
languageOptions: {
2424
parserOptions: {
2525
projectService: {
26-
allowDefaultProject: ['eslint.config.mjs', 'test/*.ts'],
26+
allowDefaultProject: ['eslint.config.mjs', 'test/*.ts', 'rollup.config.mjs'],
2727
defaultProject: './tsconfig.eslint.json',
2828
},
2929
},

0 commit comments

Comments
 (0)