proton

https://github.com/dvcrn/proton
Aron 2017-06-19T11:39:24.131167Z

["editor.prettier-atom.useEslint" true]

Aron 2017-06-19T11:39:33.132897Z

took me some time to understand the pattern

dvcrn 2017-06-19T13:30:22.899619Z

@ashnur yeah you figured it out. Apologies for the lack of documentation!

dvcrn 2017-06-19T13:30:38.905448Z

Do you mind editing the manual /readme and add what you learned in?

Aron 2017-06-19T16:00:42.546422Z

if you tell me what i learned

Aron 2017-06-19T16:00:52.550639Z

🙂

Aron 2017-06-19T16:06:18.681588Z

it's already here https://github.com/dvcrn/proton/blob/master/MANUAL.md#editor-configuration

Aron 2017-06-19T16:08:32.732987Z

i was not finding it first because i searched for package as i wanted to configure the package not the editor

Aron 2017-06-19T16:08:37.734723Z

but then i found it

Aron 2017-06-19T16:11:11.791791Z

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]}]

Aron 2017-06-19T16:11:57.808616Z

;D