From 23c885178cb005a44f745d9cfc78dd7d00fe976c Mon Sep 17 00:00:00 2001 From: Richard <18597956+Rihyx@users.noreply.github.com> Date: Tue, 24 Jun 2025 16:56:17 +0200 Subject: [PATCH] Revert "fix schema again (#8)" This reverts commit 8bed50268256aaf2a5ae3cefe963977566b37798. --- biomeV2.json | 39 +++++++++++++++++++++++++++++++-------- package.json | 2 +- 2 files changed, 32 insertions(+), 9 deletions(-) diff --git a/biomeV2.json b/biomeV2.json index a298b45..d029072 100644 --- a/biomeV2.json +++ b/biomeV2.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/stable/schema.json", +"$schema": "https://biomejs.dev/schemas/2.0.5/schema.json", "css": { "formatter": { "enabled": false @@ -17,12 +17,29 @@ "lineWidth": 80, "attributePosition": "auto" }, - "assist": { - "actions": { - "source": { - "organizeImports": "on" - } - } + "assist": { "actions": { "source": { "organizeImports": "on" } } }, + "files": { + "includes": [ + "**", + "!**/*.d.ts", + "!**/.amplify", + "!**/.next", + "!**/.vscode", + "!**/node_modules", + "!**/playwright-report", + "!**/test-results", + "!**/tests/assets", + "!**/tests/data/polkadot", + "!**/tests/metamask", + "!**/tests/data/rabby", + "!**/zombienet/specs", + "!**/cdk.out", + "!**/dist", + "!**/build", + "!pnpm-lock.yaml", + "!stylelintcache", + "!tsconfig.tsbuildinfo" + ] }, "linter": { "enabled": true, @@ -57,7 +74,13 @@ "noImportCycles": "error", "noFloatingPromises": "error" } - } + }, + "includes": [ + "**", + "!**/postcss.config.cjs", + "!**/cspell.config.cjs", + "!**/.amplify" + ] }, "javascript": { "formatter": { diff --git a/package.json b/package.json index 8d08aa2..fe47717 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@opslayertech/shared-configs", "author": "Opslayer https://opslayer.com/", - "version": "0.0.3", + "version": "0.0.2", "description": "Opslayer shared configs", "type": "module", "private": false,