Skip to content

Commit

Permalink
Fix lint CI error
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenbf committed Aug 13, 2024
1 parent c227ee2 commit d380433
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@ module.exports = {
ecmaFeatures: {
jsx: true,
},
project: [
'./tsconfig.json',
'./packages/browser-wallet/tsconfig.eslint.json',
'./packages/browser-wallet-api/tsconfig.eslint.json',
'./examples/*/tsconfig.json',
],
project: ['./tsconfig.json', './packages/browser-wallet/tsconfig.eslint.json', './examples/*/tsconfig.json'],
tsconfigRootDir: __dirname,
},
env: {
Expand Down

0 comments on commit d380433

Please sign in to comment.