Closed zenflow closed 6 years ago
I tried this out in my project, and the one non-stylistic rule in eslint-plugin-standard (no-callback-literal
) is still applied.
It doesn’t hurt to list it again.
Not sure then why we don't list all the other plugins from eslint-config-standard too (e.g. eslint-plugin-import, eslint-plugin-node, eslint-plugin-promise) but ok 😄
Thanks for the sweet package!
eslint-config-standard
(which is used in the example) already specifieseslint-plugin-standard
as a plugin, so this line is redundant.