forked from eslint/eslint
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into rfc-100-part1
* main: (248 commits) Revert "chore: remove metascraper (eslint#17707)" (eslint#17708) 8.53.0 Build: changelog update for 8.53.0 chore: remove metascraper (eslint#17707) chore: Update dependencies (eslint#17706) chore: package.json update for @eslint/js release docs: change position of return to top button (eslint#17688) feat: Deprecate formatting rules (eslint#17696) test: fix ESLint tests for caching (eslint#17699) feat: Add suggestions for no-prototype-builtins (eslint#17677) docs: update twitter icon to new X icon (eslint#17687) fix: ensure that exit code for fatal errors is not overwritten (eslint#17683) docs: Update README docs: Fix tabs in rule examples (eslint#17653) docs: explained rule fixers and suggestions (eslint#17657) ci: bump actions/setup-node from 3 to 4 (eslint#17676) fix: add `;` after JSX nodes in `no-object-constructor` autofix (eslint#17672) ci: run tests in Node.js 21 (eslint#17673) 8.52.0 Build: changelog update for 8.52.0 ...
- Loading branch information
Showing
488 changed files
with
32,111 additions
and
6,688 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,8 @@ | |
test.js | ||
coverage/ | ||
build/ | ||
logs | ||
wdio-logs | ||
npm-debug.log | ||
yarn-error.log | ||
.pnpm-debug.log | ||
|
Oops, something went wrong.