Skip to content

Commit 194d96d

Browse files
committed
chore: update biome max diagnostics to 1k
1 parent 04b4baa commit 194d96d

File tree

3 files changed

+56
-56
lines changed

3 files changed

+56
-56
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"files": {
77
"include": ["./src"],
8-
"ignore": ["node_modules/**", "dist/**", "build/**", "coverage/**", "public/**", "docs/**"]
8+
"ignore": ["node_modules/**", "dist/**", "build/**", "coverage/**", "public/**", "docs/**", "./src/App.tsx"]
99
},
1010
"linter": {
1111
"enabled": true,

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"bundlesize": "bundlesize",
1616
"esbuild": "esbuild",
1717
"test": "jest",
18-
"biome:lint": "biome lint --apply ./src",
19-
"biome:format": "biome format --write ./src",
18+
"biome:lint": "biome lint --max-diagnostics 1000 --apply ./src",
19+
"biome:format": "biome format --max-diagnostics 1000 --write ./src",
2020
"biome:pre-commit": "npm run biome:lint && npm run biome:format",
2121
"postbuild": "npm run types && npm run bundlesize",
2222
"prepublishOnly": "npm run build"
@@ -52,7 +52,7 @@
5252
},
5353
"homepage": "https://github.com/ReactTooltip/react-tooltip#readme",
5454
"devDependencies": {
55-
"@biomejs/biome": "^1.7.0",
55+
"@biomejs/biome": "1.8.3",
5656
"@rollup/plugin-commonjs": "26.0.1",
5757
"@rollup/plugin-node-resolve": "15.2.3",
5858
"@rollup/plugin-replace": "5.0.7",

yarn.lock

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -310,59 +310,59 @@
310310
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
311311
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
312312

313-
"@biomejs/biome@^1.7.0":
314-
version "1.7.0"
315-
resolved "https://registry.yarnpkg.com/@biomejs/biome/-/biome-1.7.0.tgz#b12973c41b0a9c62374807b988cf984b20d85f44"
316-
integrity sha512-mejiRhnAq6UrXtYvjWJUKdstcT58n0/FfKemFf3d2Ou0HxOdS88HQmWtQ/UgyZvOEPD572YbFTb6IheyROpqkw==
313+
"@biomejs/biome@1.8.3":
314+
version "1.8.3"
315+
resolved "https://registry.yarnpkg.com/@biomejs/biome/-/biome-1.8.3.tgz#3b5eecea90d973f71618aae3e6e8be4d2ca23e42"
316+
integrity sha512-/uUV3MV+vyAczO+vKrPdOW0Iaet7UnJMU4bNMinggGJTAnBPjCoLEYcyYtYHNnUNYlv4xZMH6hVIQCAozq8d5w==
317317
optionalDependencies:
318-
"@biomejs/cli-darwin-arm64" "1.7.0"
319-
"@biomejs/cli-darwin-x64" "1.7.0"
320-
"@biomejs/cli-linux-arm64" "1.7.0"
321-
"@biomejs/cli-linux-arm64-musl" "1.7.0"
322-
"@biomejs/cli-linux-x64" "1.7.0"
323-
"@biomejs/cli-linux-x64-musl" "1.7.0"
324-
"@biomejs/cli-win32-arm64" "1.7.0"
325-
"@biomejs/cli-win32-x64" "1.7.0"
326-
327-
"@biomejs/cli-darwin-arm64@1.7.0":
328-
version "1.7.0"
329-
resolved "https://registry.yarnpkg.com/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.7.0.tgz#a247f1c4cf3f0366e1f0ccbfc8cb226f1237b354"
330-
integrity sha512-12TaeaKHU4SAZt0fQJ2bYk1jUb4foope7LmgDE5p3c0uMxd3mFkg1k7G721T+K6UHYULcSOQDsNNM8DhYi8Irg==
331-
332-
"@biomejs/cli-darwin-x64@1.7.0":
333-
version "1.7.0"
334-
resolved "https://registry.yarnpkg.com/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.7.0.tgz#ab4b3826ca76229e5e6cda468855c24efbc85dc5"
335-
integrity sha512-6Qq1BSIB0cpp0cQNqO/+EiUV7FE3jMpF6w7+AgIBXp0oJxUWb2Ff0RDZdO9bfzkimXD58j0vGpNHMGnCcjDV2Q==
336-
337-
"@biomejs/cli-linux-arm64-musl@1.7.0":
338-
version "1.7.0"
339-
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.7.0.tgz#8a479f3a1be968dc685b8c0e60e32521732e9867"
340-
integrity sha512-pwIY80nU7SAxrVVZ6HD9ah1pruwh9ZqlSR0Nvbg4ZJqQa0POhiB+RJx7+/1Ml2mTZdrl8kb/YiwQpD16uwb5wg==
341-
342-
"@biomejs/cli-linux-arm64@1.7.0":
343-
version "1.7.0"
344-
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.7.0.tgz#c1edaa4ddc071400bddec6cf180f9248958b66cb"
345-
integrity sha512-GwSci7xBJ2j1CrdDXDUVXnUtrvypEz/xmiYPpFeVdlX5p95eXx+7FekPPbJfhGGw5WKSsKZ+V8AAlbN+kUwJWw==
346-
347-
"@biomejs/cli-linux-x64-musl@1.7.0":
348-
version "1.7.0"
349-
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.7.0.tgz#ff37c3306d719120139cefd4ab2e10912c0414f2"
350-
integrity sha512-KzCA0mW4LSbCd7XZWaEJvTOTTBjfJoVEXkfq1fsXxww1HB+ww5PGMbhbIcbYCsj2CTJUifeD5hOkyuBVppU1xQ==
351-
352-
"@biomejs/cli-linux-x64@1.7.0":
353-
version "1.7.0"
354-
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-x64/-/cli-linux-x64-1.7.0.tgz#c2de603cbfeaa1db268b396adc280df1b540386f"
355-
integrity sha512-1y+odKQsyHcw0JCGRuqhbx7Y6jxOVSh4lGIVDdJxW1b55yD22DY1kcMEfhUte6f95OIc2uqfkwtiI6xQAiZJdw==
356-
357-
"@biomejs/cli-win32-arm64@1.7.0":
358-
version "1.7.0"
359-
resolved "https://registry.yarnpkg.com/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.7.0.tgz#feb48c1a8a3522083b4924f194b5febe06fd94fe"
360-
integrity sha512-AvLDUYZBpOUFgS/mni4VruIoVV3uSGbKSkZQBPXsHgL0w4KttLll3NBrVanmWxOHsom6C6ocHLyfAY8HUc8TXg==
361-
362-
"@biomejs/cli-win32-x64@1.7.0":
363-
version "1.7.0"
364-
resolved "https://registry.yarnpkg.com/@biomejs/cli-win32-x64/-/cli-win32-x64-1.7.0.tgz#cc95cde067bd692339e6b7b92d049c25c023c2b4"
365-
integrity sha512-Pylm00BAAuLVb40IH9PC17432BTsY8K4pSUvhvgR1eaalnMaD6ug9SYJTTzKDbT6r24MPAGCTiSZERyhGkGzFQ==
318+
"@biomejs/cli-darwin-arm64" "1.8.3"
319+
"@biomejs/cli-darwin-x64" "1.8.3"
320+
"@biomejs/cli-linux-arm64" "1.8.3"
321+
"@biomejs/cli-linux-arm64-musl" "1.8.3"
322+
"@biomejs/cli-linux-x64" "1.8.3"
323+
"@biomejs/cli-linux-x64-musl" "1.8.3"
324+
"@biomejs/cli-win32-arm64" "1.8.3"
325+
"@biomejs/cli-win32-x64" "1.8.3"
326+
327+
"@biomejs/cli-darwin-arm64@1.8.3":
328+
version "1.8.3"
329+
resolved "https://registry.yarnpkg.com/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.8.3.tgz#be2bfdd445cd2d3cb0ff41a96a72ec761753997c"
330+
integrity sha512-9DYOjclFpKrH/m1Oz75SSExR8VKvNSSsLnVIqdnKexj6NwmiMlKk94Wa1kZEdv6MCOHGHgyyoV57Cw8WzL5n3A==
331+
332+
"@biomejs/cli-darwin-x64@1.8.3":
333+
version "1.8.3"
334+
resolved "https://registry.yarnpkg.com/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.8.3.tgz#47d408edd9f5c04069fbcf8610bacf1db8c6c0d9"
335+
integrity sha512-UeW44L/AtbmOF7KXLCoM+9PSgPo0IDcyEUfIoOXYeANaNXXf9mLUwV1GeF2OWjyic5zj6CnAJ9uzk2LT3v/wAw==
336+
337+
"@biomejs/cli-linux-arm64-musl@1.8.3":
338+
version "1.8.3"
339+
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.8.3.tgz#44df284383d57cf4f28daeedd080dad7be05df78"
340+
integrity sha512-9yjUfOFN7wrYsXt/T/gEWfvVxKlnh3yBpnScw98IF+oOeCYb5/b/+K7YNqKROV2i1DlMjg9g/EcN9wvj+NkMuQ==
341+
342+
"@biomejs/cli-linux-arm64@1.8.3":
343+
version "1.8.3"
344+
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.8.3.tgz#6a6b1da1dfce0294a028cbb5d6c40d73691dd713"
345+
integrity sha512-fed2ji8s+I/m8upWpTJGanqiJ0rnlHOK3DdxsyVLZQ8ClY6qLuPc9uehCREBifRJLl/iJyQpHIRufLDeotsPtw==
346+
347+
"@biomejs/cli-linux-x64-musl@1.8.3":
348+
version "1.8.3"
349+
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.8.3.tgz#ceef30a8ee1a00d4ad31e32dd31ba2a661f2719d"
350+
integrity sha512-UHrGJX7PrKMKzPGoEsooKC9jXJMa28TUSMjcIlbDnIO4EAavCoVmNQaIuUSH0Ls2mpGMwUIf+aZJv657zfWWjA==
351+
352+
"@biomejs/cli-linux-x64@1.8.3":
353+
version "1.8.3"
354+
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-x64/-/cli-linux-x64-1.8.3.tgz#665df74d19fb8f83001a9d80824d3a1723e2123f"
355+
integrity sha512-I8G2QmuE1teISyT8ie1HXsjFRz9L1m5n83U1O6m30Kw+kPMPSKjag6QGUn+sXT8V+XWIZxFFBoTDEDZW2KPDDw==
356+
357+
"@biomejs/cli-win32-arm64@1.8.3":
358+
version "1.8.3"
359+
resolved "https://registry.yarnpkg.com/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.8.3.tgz#0fb6f58990f4de0331a6ed22c47c66f5a89133cc"
360+
integrity sha512-J+Hu9WvrBevfy06eU1Na0lpc7uR9tibm9maHynLIoAjLZpQU3IW+OKHUtyL8p6/3pT2Ju5t5emReeIS2SAxhkQ==
361+
362+
"@biomejs/cli-win32-x64@1.8.3":
363+
version "1.8.3"
364+
resolved "https://registry.yarnpkg.com/@biomejs/cli-win32-x64/-/cli-win32-x64-1.8.3.tgz#6a9dc5a4e13357277da43c015cd5cdc374035448"
365+
integrity sha512-/PJ59vA1pnQeKahemaQf4Nyj7IKUvGQSc3Ze1uIGi+Wvr1xF7rGobSrAAG01T/gUDG21vkDsZYM03NAmPiVkqg==
366366

367367
"@cspotcode/source-map-support@^0.8.0":
368368
version "0.8.1"

0 commit comments

Comments
 (0)