Skip to content

Commit

Permalink
Revert "feat: added configuration for account package migration (bina…
Browse files Browse the repository at this point in the history
…ry-com#6419)" (binary-com#6613)

This reverts commit d9974cb.
  • Loading branch information
carolsachdeva authored and adrienne-deriv committed Oct 20, 2022
1 parent 8feaf86 commit acc9dda
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 42 deletions.
5 changes: 1 addition & 4 deletions packages/account/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,4 @@ module.exports = {
webpack: { config: webpackConfig({}) },
},
},
rules: {
'import/no-extraneous-dependencies': ['off', { devDependencies: ['**/*.spec.*'] }],
},
};
};
1 change: 0 additions & 1 deletion packages/account/build/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ const ALIASES = {
Services: path.resolve(__dirname, '../src/Services'),
Stores: path.resolve(__dirname, '../src/Stores'),
Styles: path.resolve(__dirname, '../src/Styles'),
Types: path.resolve(__dirname, '../src/Types'),
};

const rules = (is_test_env = false, is_mocha_only = false) => [
Expand Down
1 change: 0 additions & 1 deletion packages/account/global.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
},
"dependencies": {
"@binary-com/binary-document-uploader": "^2.4.7",
"@deriv/api-types": "1.0.48",
"@deriv/components": "^1.0.0",
"@deriv/shared": "^1.0.0",
"@deriv/translations": "^1.0.0",
Expand Down
11 changes: 0 additions & 11 deletions packages/account/src/Types/common-prop.type.ts

This file was deleted.

18 changes: 0 additions & 18 deletions packages/account/src/Types/context.type.ts

This file was deleted.

2 changes: 0 additions & 2 deletions packages/account/src/Types/index.ts

This file was deleted.

10 changes: 6 additions & 4 deletions packages/account/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@
"Containers/*": ["src/Containers/*"],
"Constants/*": ["src/Constants/*"],
"Configs/*": ["src/Configs/*"],
"Duplicated/*": ["src/Duplicated/*"],
"Helpers/*": ["src/Helpers/*"],
"Layout/*": ["src/Layout/*"],
"Modules/*": ["src/Modules/*"],
"Sections/*": ["src/Sections/*"],
"Stores/*": ["src/Stores/*"],
"Types": ["src/Types"],
"@deriv/*": ["../*/src"],
"Styles/*": ["src/Styles/*"],
"@deriv/*": ["../*/src"]
}
},
"include": ["src","globals.d.ts"]
}
"include": ["src"]
}

0 comments on commit acc9dda

Please sign in to comment.