Skip to content

Commit

Permalink
fix eslint peerDependencies (#452)
Browse files Browse the repository at this point in the history
* fix eslint peerDependencies
  • Loading branch information
JeremyDolle authored Nov 12, 2024
1 parent a15dc6d commit ca448fc
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 174 deletions.
1 change: 1 addition & 0 deletions template/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export default [
},
rules: {
// `import/default`, `import/namespace` and `import/no-duplicates` are slow.
'@typescript-eslint/no-var-requires': 0,
curly: 2,
'import/default': 0,
'import/named': 0,
Expand Down
4 changes: 2 additions & 2 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-root-import": "^6.6.0",
"dotenv": "^16.3.1",
"eslint": "^9.12.0",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-no-instanceof": "^1.0.1",
Expand All @@ -76,7 +76,7 @@
"reactotron-react-native-mmkv": "^0.2.7",
"reactotron-react-query": "^1.0.4",
"typescript": "5.6.3",
"typescript-eslint": "^8.8.1"
"typescript-eslint": "^7.1.1"
},
"engines": {
"node": ">=18"
Expand Down
Loading

0 comments on commit ca448fc

Please sign in to comment.