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 May 1, 2024
1 parent 8f37492 commit 22651f0
Show file tree
Hide file tree
Showing 14 changed files with 1,063 additions and 802 deletions.
15 changes: 0 additions & 15 deletions .eslintignore

This file was deleted.

370 changes: 0 additions & 370 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.mjs 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
Loading

0 comments on commit 22651f0

Please sign in to comment.