Nitin Kumar

Results 221 comments of Nitin Kumar

@lorand-horvath Can you accept CLA?

@brymut yes. You can pick this.

@nzakas @MichaelDeBoey For webpack, we have set up Open JS CLA for both [webpack](https://github.com/webpack) and [webpack-contrib organization](https://github.com/webpack-contrib). Maybe we can enable the CLA bot for eslint-community similarly.

@nzakas yes it'll be applied to all repositories. @MichaelDeBoey Is it possible to move other repositories under Open JS?

Closing as it's not related to `generator-eslint`

Since the name explicitly includes `disable directives`, should we also update the option's name? Like, `report-unused-enable-or-disable-directives`, `report-unused-directives`?

@vinilvasani Thanks. Feel free to ask anything if needed.

I can think of the following cases when `eslint-enable` will be unused- 1. ESLint rules are re-enabled but those have not been disabled. (When a rule is already enabled in...

I suppose this issue targets only the second case? Since the auto-fix will remove the unused disable directives only and leave the unused eslint-enable ones.