mapbox / node-pre-gyp

Node.js tool for easy binary deployment of C++ addons
BSD 3-Clause "New" or "Revised" License
1.11k stars 260 forks source link

GitHub Actions: npm run lint #746

Closed benmccann closed 3 months ago

benmccann commented 3 months ago

Fixes #745

Upgrades eslint dependencies and fixes lint errors. It also adds linting to CI as suggested by @cclauss in