Skip to content

[WIP]tools: simply eslint tasks

This is subtask of https://github.com/nodejs/node/issues/25908.

Main Changes made

  • delete all tools/node_modules/eslint, tools/node_modules/babel-eslint
  • create package.json with lint task
  • rewrite Makefile and vcbuild.bat
  • related change to .eslintrc.js and tools/lint-js.js

Process

I am not fluent in bash or bat, nor familiar with the whole lint process. Any help would be very welcome.

cc @trott @refack @joyeecheung

Checklist

  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading