["editor.prettier-atom.useEslint" true]
took me some time to understand the pattern
@ashnur yeah you figured it out. Apologies for the lack of documentation!
Do you mind editing the manual /readme and add what you learned in?
if you tell me what i learned
🙂
it's already here https://github.com/dvcrn/proton/blob/master/MANUAL.md#editor-configuration
i was not finding it first because i searched for package
as i wanted to configure the package not the editor
but then i found it
then i had issue converting the format from config into clojure, i kept trying wrong approaches because for some reason i thought that the solution will like something like ["proton.editor" {"prettier-atom": [ "useEslint" true]}]
;D