Simplify imports
lifeiscontent opened this issue ยท 1 comments
lifeiscontent commented
I ran destiny on my codebase. Here's the diff.
-import * as tasks from '.';
+import * as tasks from './index';
I'd say the previous result was cleaner and since node already resolves index
files I'd suggest that destiny take this into account.
github-actions commented
๐ This issue has been resolved in version 0.6.2 ๐
The release is available on:
Your semantic-release bot ๐ฆ๐