Skip to content

Commit

Permalink
fix: downgrade eslint & remove eslint-config-react-app
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiefORZ committed May 1, 2024
1 parent 59e39c8 commit 3ca166e
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 2,443 deletions.
4 changes: 2 additions & 2 deletions packages/eslint-config-tslint-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/eslint-plugin-tslint": "^7.0.2",
"@typescript-eslint/parser": "^7.7.1",
"eslint": "^9.1.1",
"eslint": "^8.57.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-json-files": "^4.2.0",
Expand All @@ -35,4 +35,4 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
extends: [
'airbnb-typescript',
'react-app',
'plugin:@typescript-eslint/recommended',
'plugin:react-hooks/recommended',
],
Expand Down
3 changes: 1 addition & 2 deletions packages/eslint-config-tslint-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"@typescript-eslint/parser": "^7.7.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-json-files": "^4.2.0",
Expand All @@ -38,4 +37,4 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}
}

0 comments on commit 3ca166e

Please sign in to comment.