eslint-plugin-import icon indicating copy to clipboard operation
eslint-plugin-import copied to clipboard

Change the way existence of the path is checked.

Open lerayne opened this issue 2 years ago • 0 comments

Previously it was reading the source dir to get the list of its contents and then checking if the parsedPath.base is in the list. Not only this is not optimal, but also can cause an access issue if the script executor doesn't have access to project's parent folder, for example in CI/CD env.

lerayne avatar Apr 12 '22 21:04 lerayne