Skip to content

Commit

Permalink
Upgrade typescript eslint dependencies to v8. Add rule to eslint config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouder committed Aug 1, 2024
1 parent 5e25bab commit 28f9947
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 61 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module.exports = {
{ allowConstantExport: true },
],
'@typescript-eslint/no-unused-vars': 'error',
'@typescript-eslint/no-unused-expressions': 'off',
'prettier/prettier': [
'error',
{
Expand Down
115 changes: 56 additions & 59 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"@testing-library/user-event": "14.5.2",
"@types/react": "18.2.17",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"@typescript-eslint/eslint-plugin": "8.0.0",
"@typescript-eslint/parser": "8.0.0",
"@vitejs/plugin-react": "4.3.1",
"@vitest/coverage-v8": "^1.6.0",
"autoprefixer": "^10.4.19",
Expand Down

0 comments on commit 28f9947

Please sign in to comment.