Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor to ES6 #27

Open
vanwalj opened this issue Mar 9, 2017 · 7 comments
Open

Refactor to ES6 #27

vanwalj opened this issue Mar 9, 2017 · 7 comments

Comments

@vanwalj
Copy link
Contributor

vanwalj commented Mar 9, 2017

Hi,
Do you consider moving to ES6?

@vanwalj
Copy link
Contributor Author

vanwalj commented Mar 10, 2017

😞

@PierrickP
Copy link
Contributor

it's open source, you can make a pull request 😉

@vanwalj
Copy link
Contributor Author

vanwalj commented Mar 13, 2017 via email

@jguepin
Copy link
Member

jguepin commented Mar 14, 2017

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.

@vanwalj
Copy link
Contributor Author

vanwalj commented Mar 15, 2017

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 ?

@vanwalj
Copy link
Contributor Author

vanwalj commented Mar 15, 2017

{
    "env": {
        "mocha": true,
        "node": true
    },
    "extends": [
      "airbnb-base"
    ],
    "plugins": [
        "import"
    ]
}

screen shot 2017-03-15 at 16 36 17
🤔

@coderofsalvation
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants