eslint-plugin-ember-suave
eslint-plugin-ember-suave copied to clipboard
Config example together with prettier?
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.