Kyle Simpson

Results 186 issues of Kyle Simpson

Be like the [FPO library](https://github.com/getify/fpo). :)

enhancement
help wanted

uglify doesn't support ES6 for minification. need to use harmony branch of uglify, or a different minifier.

enhancement
help wanted

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.

help wanted

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

enhancement
help wanted

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...

enhancement
help wanted

Allow rules to auto-fix if possible.

enhancement
help wanted

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...

enhancement

Add fix support where applicable.

enhancement
help wanted

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

enhancement
help wanted

The configuration for this will be tricky. Should allow specifying a whitespace pattern for nesting for each kind of clause.

enhancement
help wanted