Skip to content

Commit

Permalink
chore: fix eslint for wallets (#15060)
Browse files Browse the repository at this point in the history
  • Loading branch information
markw-deriv committed May 9, 2024
1 parent 5d00f5c commit 197fac1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/wallets/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
const webpackConfig = require('./webpack.config.js');

module.exports = {
env: { es6: true },
extends: ['../../.eslintrc.js', 'eslint:recommended', 'plugin:react/recommended'],
Expand Down Expand Up @@ -64,4 +66,9 @@ module.exports = {
'typescript-sort-keys/interface': 'error',
'typescript-sort-keys/string-enum': 'error',
},
settings: {
'import/resolver': {
webpack: { config: webpackConfig({}) },
},
},
};

0 comments on commit 197fac1

Please sign in to comment.