es-analysis / plato

JavaScript source code visualization, static analysis, and complexity tool
MIT License
4.56k stars 322 forks source link

ES6 support #189

Closed devcrust closed 8 years ago

devcrust commented 8 years ago

Plato now supports ES6!

For eslint, make sure the following configuration is part of the .eslintrc file:

"parser": "esprima", "parserOptions": { "ecmaVersion": 6 }