You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What does your .oxlintrc.json config file look like?
// your config here
What happened?
When a package whose directory name ends with .js (e.g. bignumber.js) is installed under node_modules, the tool fails with the following runtime error:
× Failed to open file /home/a/b/node_modules/bignumber.js with error "Is a directory (os error 21)"
It appears that the program is treating the directory as if it were a file.
// your config here