chore(deps): update dependency @biomejs/biome to v2 (#811)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gauvino <uruknarb20@gmail.com>
This commit is contained in:
renovate[bot]
2025-06-23 20:18:51 +02:00
committed by GitHub
parent c69ec61656
commit eba0bbc9cf
8 changed files with 34 additions and 31 deletions

View File

@@ -112,7 +112,7 @@
},
"devDependencies": {
"@babel/core": "^7.26.8",
"@biomejs/biome": "^1.9.4",
"@biomejs/biome": "^2.0.0",
"@react-native-community/cli": "15.1.3",
"@react-native-tvos/config-tv": "^0.1.1",
"@types/jest": "^30.0.0",
@@ -131,11 +131,17 @@
"private": true,
"expo": {
"install": {
"exclude": ["react-native"]
"exclude": [
"react-native"
]
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": ["biome check --write --unsafe"],
"*.{json}": ["biome format --write"]
"*.{js,jsx,ts,tsx}": [
"biome check --write --unsafe"
],
"*.{json}": [
"biome format --write"
]
}
}