r5n-dev / vscode-react-javascript-snippets

Extension for React/Javascript snippets with search supporting ES7+ and babel features
MIT License
1.72k stars 441 forks source link

remove semicolon from `clg` snippet #219

Closed mecirmartin closed 2 years ago

mecirmartin commented 2 years ago

Closes #218

ice-chillios commented 2 years ago

@mecirmartin It won't fix this as every snippet is parsed with prettier at the end, so when someone enables this option, this still will be an issue.

mecirmartin commented 2 years ago

@dsznajder any idea how to fix this? It is pretty annoying

ice-chillios commented 2 years ago

@mecirmartin I'm thinking of skipping prettier for oneliner snippets, which could fix this, but I need to check if this won't do any harm to the rest of snippets.