Skip to content

Commit

Permalink
Ako/ Fix Eslint false positive error on import resolver rule (#9282)
Browse files Browse the repository at this point in the history
* build: update eslint import resolver ts

* ci: add ts config files to import resolver rule

* test: empty commit
  • Loading branch information
ali-hosseini-deriv committed Jul 7, 2023
1 parent a34b81a commit c4c1d3a
Show file tree
Hide file tree
Showing 3 changed files with 1,277 additions and 678 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ module.exports = {
version: 'detect',
},
'import/resolver': {
typescript: {
// use an array
project: 'packages/**/tsconfig.json',
},
node: {
extensions: ['.ts', '.tsx'],
moduleDirectory: ['src', 'node_modules'],
Expand Down
Loading

1 comment on commit c4c1d3a

@vercel
Copy link

@vercel vercel bot commented on c4c1d3a Jul 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-app – ./

deriv-app.vercel.app
deriv-app-git-master.binary.sx
binary.sx
deriv-app.binary.sx

Please sign in to comment.