AtomLinter / linter-eslint-node

ESLint plugin for Atom/Pulsar Linter (v8 and above)
https://web.pulsar-edit.dev/packages/linter-eslint-node
MIT License
4 stars 3 forks source link

fix: use which npm package for windows compatibility #2

Closed UziTech closed 2 years ago

UziTech commented 2 years ago

Linter Eslint Node: Debug fails on windows since which is not a command.

The which npm package is compatible with all OSes as well as handling some other edge cases.

I also fixed a little bug in main.js