This repository was archived by the owner on Jan 30, 2026. It is now read-only.
Conversation
BREAKING CHANGE: not really breaking, but we replaced the abandoned `eslint-config-airbnb-typescript` package with `@kesills/eslint-config-airbnb-typescript` package, which is a fork of the original package.
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades npm packages by replacing the deprecated eslint-config with a maintained fork, and adjusts various configuration and test files accordingly.
- Updated ESLint configuration files and regex patterns
- Adjusted test files and code style for consistency
- Changed configuration extends in .eslintrc.js to point to the new index file
Reviewed Changes
Copilot reviewed 7 out of 9 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| test/requires.spec.ts | Added an ESLint disable comment for require imports |
| test/fixtures/react-file.tsx | Changed string quotes from double to single for consistency |
| test/configs.spec.ts | Reformatted the ESLint command for normalized whitespace |
| src/react-ts.js | Replaced deprecated ESLint config package with the maintained fork |
| src/base.js | Updated regex strings to use String.raw for clarity |
| .eslintrc.js | Adjusted extends path to reflect the new ESLint configuration structure |
Files not reviewed (2)
- .husky/pre-push: Language not supported
- package.json: Language not supported
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
BREAKING CHANGE:
Not really breaking, but we replaced the abandoned
eslint-config-airbnb-typescriptpackage with@kesills/eslint-config-airbnb-typescriptpackage, which is a fork of the original package.