Skip to content

Commit

Permalink
Update eslint jest related deps, and include jest configs in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdh committed Feb 28, 2023
1 parent 2747985 commit 3982bf5
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 154 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"@types/jest": "29.4.0",
"@types/node": "^17.0.29",
"@types/react": "^18.0.8",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"@typescript-eslint/eslint-plugin": "5.54.0",
"@typescript-eslint/parser": "5.54.0",
"bundlewatch": "^0.3.2",
"eslint": "^7.9.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jest": "^26.7.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-react": "^7.19.0",
"faker": "^6.6.6",
"jest": "29.4.3",
Expand All @@ -55,4 +55,4 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || || ^17.0.0 || ^18.0.0"
}
}
}
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"rootDir": "."
},
"include": [
"*.ts",
"src/*.ts",
"src/**/*.ts",
"test/*.ts",
Expand All @@ -31,4 +32,4 @@
"examples/**/*.tsx",
],
"exclude": ["node_modules"]
}
}
Loading

0 comments on commit 3982bf5

Please sign in to comment.