sveltejs / eslint-config

An ESLint config for Svelte
14 stars 11 forks source link

remove eslint-plugin-node #27

Closed benmccann closed 1 year ago

benmccann commented 1 year ago

eslint-plugin-node is unmaintained. We could switch to the new version eslint-plugin-n, but it doesn't really appear to add much that wouldn't be caught by TypeScript already. Removing it will speed up linting. Also, the plugin didn't even appear to be enabled anyway, so I don't think we'll be losing anything by removing it :laughing: