eslint-plugin-ember-suave icon indicating copy to clipboard operation
eslint-plugin-ember-suave copied to clipboard

Config example together with prettier?

Open MichalBryxi opened this issue 6 years ago • 0 comments

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.

MichalBryxi avatar Aug 04 '19 20:08 MichalBryxi