Skip to content

Commit

Permalink
fix: eslint errors occured during merge (#17227)
Browse files Browse the repository at this point in the history
  • Loading branch information
likhith-deriv authored Oct 17, 2024
1 parent 39f679f commit 758df3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/account/build/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const ALIASES = {
Stores: path.resolve(__dirname, '../src/Stores'),
Styles: path.resolve(__dirname, '../src/Styles'),
Types: path.resolve(__dirname, '../src/Types'),
'react/jsx-runtime': 'react/jsx-runtime.js',
};

const rules = (is_test_env = false) => [
Expand Down
2 changes: 1 addition & 1 deletion packages/account/build/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = function (env) {
'terms-of-use-config': 'Configs/terms-of-use-config',
'trading-assessment-config': 'Configs/trading-assessment-config',
'test-warning-modal': 'Components/trading-assessment/test-warning-modal',
'employment-tax-info-config':'Configs/employment-tax-info-config',
'employment-tax-info-config': 'Configs/employment-tax-info-config',
},
mode: IS_RELEASE ? 'production' : 'development',
module: {
Expand Down

0 comments on commit 758df3b

Please sign in to comment.