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 44b7dfc
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 153 deletions.
6 changes: 3 additions & 3 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 Down
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"]
}
}

0 comments on commit 44b7dfc

Please sign in to comment.