mysticatea / eslint-plugin-eslint-comments

Additional ESLint rules for directive comments of ESLint.
https://mysticatea.github.io/eslint-plugin-eslint-comments/
MIT License
361 stars 45 forks source link

Support ESLint 6 #24

Closed mysticatea closed 5 years ago

mysticatea commented 5 years ago

Linter#verify(text, config, options) method accepts a ConfigArray object as the second argument config since ESLint 6. The monkeypatch of eslint-comments/no-unused-disable rule doesn't recognize that currently.