mikaelbr / node-osascript

A stream for Apple Open Scripting Architecture (OSA) through AppleScript or Javascript
MIT License
54 stars 5 forks source link

Lint JS #5

Open mischah opened 9 years ago

mischah commented 9 years ago

Hej @mikaelbr,

I like to lint that stuff with ESLint.

Because I’m too lazy to maintain an own ESLint config I prefer using the following shared config by Sindre Sorhus: https://www.npmjs.com/package/eslint-config-xo

Would you prefer something else instead?

mikaelbr commented 9 years ago

The XO-configuration allows for many stage 0/experimental features stuff, though which would be unnecessary. I prefer not to require transpiling for consumers of my libraries/modules (though, this doesn't exclude the usage of xo config and having linting that supports it). But you are completely free to do what ever you want! :+1:

mischah commented 9 years ago

Alright okay. Thanks for your feedback :ok_hand: