Closed dmitryuk closed 2 weeks ago
Hello. Didn't find a rule to prevent direct import instead dynamic import for some files, for example:
// It's BAD for that component import RComp from './Comp.vue'; // GOOD const RComp = () => import('./Comp.vue')
Thanks for your time
I think this is a duplicate of #2326.
Hello. Didn't find a rule to prevent direct import instead dynamic import for some files, for example:
Thanks for your time