peopledoc / eslint-config-peopledoc

ESLint config for PeopleDoc frontend projects
MIT License
1 stars 1 forks source link

Add ES6 base rules #7

Closed edouard-lopez closed 7 years ago

edouard-lopez commented 7 years ago

As suggested by @GreatWizard on https://github.com/peopledoc/eslint-config-peopledoc/issues/2#issuecomment-324847408:

I just take a look at suave rules and the have "es6 standard rules" in the recommended config. We should take a look at them because we may want it for all the JS projects: https://github.com/DockYard/eslint-plugin-ember-suave/blob/master/config/recommended.js#L15-L27

We can start with that