eslint-plugin-node
eslint-plugin-node copied to clipboard
Do we have the config that allow the user to turn on all the rules?
I'm a newcomer in the Node Village and want to follow all the rules in this plugin.
so do we have any config such as :
{
"extends": ["plugin:node/all"]
}
allow the user to turn on all the rules in this plugin?
Thanks