Skip to content

Commit 79a1a04

Browse files
renovate[bot]Simen A. W. Olsen
andauthored
chore(deps): update dependency eslint to v9 (#1064)
* 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 <simen@padeia.com>
1 parent 5ef880d commit 79a1a04

File tree

2 files changed

+139
-139
lines changed

2 files changed

+139
-139
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test": "vitest",
1919
"format": "prettier --write .",
2020
"format:check": "prettier --check .",
21-
"lint": "eslint . --ext .ts,.tsx",
21+
"lint": "eslint .",
2222
"generate-docs": "typedoc"
2323
},
2424
"dependencies": {
@@ -30,7 +30,7 @@
3030
"@testing-library/react": "^16.0.0",
3131
"@types/node": "^20.0.0",
3232
"@types/react": "^18.2.12",
33-
"eslint": "^8.53.0",
33+
"eslint": "^9.0.0",
3434
"jsdom": "^22.1.0",
3535
"prettier": "^3.0.3",
3636
"react": "^18.2.0",
@@ -45,4 +45,4 @@
4545
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
4646
"react-dom": "^16.8.0 || || ^17.0.0 || ^18.0.0"
4747
}
48-
}
48+
}

0 commit comments

Comments
 (0)