Open vanwalj opened 7 years ago
😞
it's open source, you can make a pull request :wink:
Sure, just wanted to be sure it will not be rejected ;) On Mon, 13 Mar 2017 at 09:20, Pierrick PAUL notifications@github.com wrote:
it's open source, you can make a pull request 😉
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Lendix/lemonway/issues/27#issuecomment-286041409, or mute the thread https://github.com/notifications/unsubscribe-auth/ADXn_LP5u28UJBzMnrtuZOuIZcJg3Nljks5rlPxNgaJpZM4MYlOg .
This would be great, maybe we should talk before planning a big refactoring. We still follow most of the rules of https://github.com/airbnb/javascript.
Awesome, so we may first add a linter.
We can use eslint and extend the eslint:recommended and airbnb sets of rules
What do you think about that ?
{
"env": {
"mocha": true,
"node": true
},
"extends": [
"airbnb-base"
],
"plugins": [
"import"
]
}
🤔
Hi, Do you consider moving to ES6?