proton 2016-08-05

@gabe: like you would in normal atom. Just put the configuration strings inside .proton instead of atom config and just active the linters layer

@dvcrn the README for linter-tslint shows configuration:

'linter-tslint':
  # Custom rules directory (absolute path)
  rulesDirectory: "/path/to/rules”

I’ve got this in my .proton file:

["linter-tslint" {"rulesDirectory” “/path/to/rules"}]

under configuration

Ah yeah that is not well documented, apologies. That would be

["linter-tslint.rulesDirectory" "/path/to/rules"]

let me know if it worked!

@dvcrn: i think that was the wrong configuration option

do i just add a dot for every level of object nesting?

turns out there was no config for what i wanted. i ended up just putting the config in my project directory

thanks for your help @dvcrn

correct, just a dot for every level until the last object. clojurescript datatypes will get parsed into javascript ones

what do you mean with "turns out there was no config for what I wanted"?

I was trying to specify a global tslint.json file

linter-tslint doesn’t have that option

nor can you configure the linter in config.cson/.proton

ok got it, thanks for clarifying

everything’s working now though

can you put STR for this one?

I was trying to reproduce this but didn't hit this error

Let me see if I can reproduce it again. I just pulled your code, compiled with dev and this happened

nevermind, just reproduced it

I turned on wipe configurations and got this error

will fix it soon. Thanks

atom 1.9 is pretty nice. I like performance improvements, so switched back to atom )

btw I hit issue with build/dev-repl, something wrong with namespaces errors like

Uncaught Error: goog.require could not find: proton.lib.helpers
Uncaught Error: goog.require could not find: proton.layers.base
etc.

after shadow build update to 1.0.215 dev-repl works fine

There are too many editors these days. Atom has the best ecosystem but is tooooooo sloooooooow

I started playing with sublime again and it's so fast. I even ported some very tiny things from proton back to it

But mainly keep jumping between atom and vim 😛

looks very nice