netlify/eslint-config-node

Pick `eslint-plugin-unicorn`'s linting rules instead of using recommended rules

ehmicky opened this issue · 1 comments

Instead of using the list of recommended rules from eslint-plugin-unicorn, we should manually enable each rule we want to use.
Like this, new versions of ESLint plugins do not add rules without us explicitly enabling them.

Done in #423