Auto import syntax

In Javascript auto-import for es6 modules works great, but how do I change the code style when it auto import?
 

Now the auto import statement is import ABC from "../.././hello.js"
I want the import statements in single quotes i.e import ABC from '../.././hello.js'

I searched alot, I couldn't find the answer

3

请先登录再写评论。