Kyle Simpson
Kyle Simpson
Be like the [FPO library](https://github.com/getify/fpo). :)
uglify doesn't support ES6 for minification. need to use harmony branch of uglify, or a different minifier.
For example, [newly added tests](https://github.com/getify/es-feature-tests/issues/10) `letLoop`, `constLoop`, and `letLoopScope` need to have some sort of scan test in `testify`, if possible.
Define one (or more) configs that make it easier to use this plugin out of the box. Add a "configs" to the plugin definition: https://eslint.org/docs/developer-guide/working-with-plugins#configs-in-plugins
If you want to "train" a rules config on your existing code, a web based wizard tool could be helpful for that. You paste in code, it tells you what...
Allow rules to auto-fix if possible.
When an inline function expression appears in a default parameter value, it can create a closure over the normally-indistinguishable "parameter scope", which is super confusing, and should almost always be...
Define one (or more) configs that make it easier to use this plugin out of the box. Add a "configs" to the plugin definition: https://eslint.org/docs/developer-guide/working-with-plugins#configs-in-plugins
The configuration for this will be tricky. Should allow specifying a whitespace pattern for nesting for each kind of clause.