You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting up eslint-plugin-ember-suave together with prettier that might need to be run through eslint-plugin-prettier for CI integration might be a pretty tricky thing. Typical symptoms include vscode auto-formatting the document on save in one way and immediatelly in another way on second save. (note: there seems to be a necessary settings to make sure vscode does not format twice)
I saw an attempt to document this, but for whatever reason this is failing on me, editor still flicks the formatting forth and back.
I know it's not your problem per-se, but given the popularity of your addon & prettier, it would be awesome to have minimal example .eslintrc and potentially package.json to have "somewhere to start". I hope I'm not alone who thinks this would be useful.
The text was updated successfully, but these errors were encountered:
Setting up
eslint-plugin-ember-suave
together with prettier that might need to be run through eslint-plugin-prettier for CI integration might be a pretty tricky thing. Typical symptoms include vscode auto-formatting the document on save in one way and immediatelly in another way on second save. (note: there seems to be a necessary settings to make sure vscode does not format twice)I saw an attempt to document this, but for whatever reason this is failing on me, editor still flicks the formatting forth and back.
I know it's not your problem per-se, but given the popularity of your addon & prettier, it would be awesome to have minimal example
.eslintrc
and potentiallypackage.json
to have "somewhere to start". I hope I'm not alone who thinks this would be useful.The text was updated successfully, but these errors were encountered: