Lonefy / vscode-JS-CSS-HTML-formatter

JS,CSS,HTML formatter for vscode
48 stars 23 forks source link

A space is required after '{'.eslint object-curly-spacing #123

Open wuliupo opened 3 years ago

wuliupo commented 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

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.