Skip to content
This repository was archived by the owner on Sep 20, 2025. It is now read-only.

Commit 3ca166e

Browse files
committed
fix: downgrade eslint & remove eslint-config-react-app
1 parent 59e39c8 commit 3ca166e

File tree

4 files changed

+101
-2443
lines changed

4 files changed

+101
-2443
lines changed

packages/eslint-config-tslint-base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@typescript-eslint/eslint-plugin": "^7.7.1",
2424
"@typescript-eslint/eslint-plugin-tslint": "^7.0.2",
2525
"@typescript-eslint/parser": "^7.7.1",
26-
"eslint": "^9.1.1",
26+
"eslint": "^8.57.0",
2727
"eslint-plugin-eslint-comments": "^3.2.0",
2828
"eslint-plugin-import": "^2.29.1",
2929
"eslint-plugin-json-files": "^4.2.0",
@@ -35,4 +35,4 @@
3535
"access": "public",
3636
"registry": "https://registry.npmjs.org/"
3737
}
38-
}
38+
}

packages/eslint-config-tslint-react/lib/tslint-config-react.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module.exports = {
22
extends: [
33
'airbnb-typescript',
4-
'react-app',
54
'plugin:@typescript-eslint/recommended',
65
'plugin:react-hooks/recommended',
76
],

packages/eslint-config-tslint-react/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"@typescript-eslint/parser": "^7.7.1",
2525
"eslint-config-airbnb": "^19.0.4",
2626
"eslint-config-airbnb-typescript": "^18.0.0",
27-
"eslint-config-react-app": "^7.0.1",
2827
"eslint-import-resolver-typescript": "^3.6.1",
2928
"eslint-plugin-import": "^2.29.1",
3029
"eslint-plugin-json-files": "^4.2.0",
@@ -38,4 +37,4 @@
3837
"access": "public",
3938
"registry": "https://registry.npmjs.org/"
4039
}
41-
}
40+
}

0 commit comments

Comments
 (0)