Rule to set spacing on import statements with eslint?

后端 未结 0 1764
日久生厌
日久生厌 2021-01-23 00:48

In my code I have things like this:

import  Something from \'./Something\';

And I would like to normalize it to this:

import Somet         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题