Skip to content

Commit

Permalink
tools: migrate to ESLint flat config
Browse files Browse the repository at this point in the history
Closes: nodejs#52567
  • Loading branch information
targos committed Apr 17, 2024
1 parent 97627da commit 3d48847
Show file tree
Hide file tree
Showing 12 changed files with 1,050 additions and 815 deletions.
15 changes: 0 additions & 15 deletions .eslintignore

This file was deleted.

368 changes: 0 additions & 368 deletions .eslintrc.js

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1361,7 +1361,7 @@ format-md:



LINT_JS_TARGETS = .eslintrc.js benchmark doc lib test tools
LINT_JS_TARGETS = eslint.config.js benchmark doc lib test tools

run-lint-js = tools/node_modules/eslint/bin/eslint.js --cache \
--max-warnings=0 --report-unused-disable-directives $(LINT_JS_TARGETS)
Expand Down

0 comments on commit 3d48847

Please sign in to comment.