diff --git a/biomeV2.json b/biomeV2.json index d029072..a298b45 100644 --- a/biomeV2.json +++ b/biomeV2.json @@ -1,5 +1,5 @@ { -"$schema": "https://biomejs.dev/schemas/2.0.5/schema.json", + "$schema": "https://biomejs.dev/schemas/stable/schema.json", "css": { "formatter": { "enabled": false @@ -17,29 +17,12 @@ "lineWidth": 80, "attributePosition": "auto" }, - "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" - ] + "assist": { + "actions": { + "source": { + "organizeImports": "on" + } + } }, "linter": { "enabled": true, @@ -74,13 +57,7 @@ "noImportCycles": "error", "noFloatingPromises": "error" } - }, - "includes": [ - "**", - "!**/postcss.config.cjs", - "!**/cspell.config.cjs", - "!**/.amplify" - ] + } }, "javascript": { "formatter": { diff --git a/package.json b/package.json index fe47717..8d08aa2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@opslayertech/shared-configs", "author": "Opslayer https://opslayer.com/", - "version": "0.0.2", + "version": "0.0.3", "description": "Opslayer shared configs", "type": "module", "private": false,