Open wuliupo opened 3 years ago
const obj2 = { ...obj1 }
will be formatted to,
const obj2 = {...obj1 }
then there is an eslint error: A space is required after '{'.eslint object-curly-spacing
A space is required after '{'.eslint object-curly-spacing
I guess no body will answer my question :) because the project stop maintenance.
Just remove or disable the JS-CSS-HTML-formatter VS Code extension.
JS-CSS-HTML-formatter
will be formatted to,
then there is an eslint error:
A space is required after '{'.eslint object-curly-spacing
I guess no body will answer my question :) because the project stop maintenance.
Just remove or disable the
JS-CSS-HTML-formatter
VS Code extension.