Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v9 (#1064)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency eslint to v9

* fix flags to update to eslint v9

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Simen A. W. Olsen <[email protected]>
  • Loading branch information
renovate[bot] and simenandre authored Oct 22, 2024
1 parent 5ef880d commit 79a1a04
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 139 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test": "vitest",
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint": "eslint . --ext .ts,.tsx",
"lint": "eslint .",
"generate-docs": "typedoc"
},
"dependencies": {
Expand All @@ -30,7 +30,7 @@
"@testing-library/react": "^16.0.0",
"@types/node": "^20.0.0",
"@types/react": "^18.2.12",
"eslint": "^8.53.0",
"eslint": "^9.0.0",
"jsdom": "^22.1.0",
"prettier": "^3.0.3",
"react": "^18.2.0",
Expand All @@ -45,4 +45,4 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || || ^17.0.0 || ^18.0.0"
}
}
}
Loading

0 comments on commit 79a1a04

Please sign in to comment.