From ede470f4fea51e52f447f448b945d20b87756ffd Mon Sep 17 00:00:00 2001 From: Rubilmax Date: Wed, 17 Jul 2024 10:44:39 +0200 Subject: [PATCH] fix(biome): disable package.json formatting --- biome.json | 2 +- package.json | 4 +++- packages/blue-sdk-ethers/package.json | 9 +++++++-- packages/blue-sdk-viem/package.json | 9 +++++++-- packages/blue-sdk/package.json | 9 +++++++-- packages/morpho-test/package.json | 9 +++++++-- packages/morpho-ts/package.json | 9 +++++++-- 7 files changed, 39 insertions(+), 12 deletions(-) diff --git a/biome.json b/biome.json index c386ad2a..924313bc 100644 --- a/biome.json +++ b/biome.json @@ -1,7 +1,7 @@ { "$schema": "https://biomejs.dev/schemas/1.8.3/schema.json", "files": { - "ignore": ["out", "lib", "dist", ".pnp.*", ".vscode"] + "ignore": ["out", "lib", "dist", ".pnp.*", ".vscode", "package.json"] }, "formatter": { "enabled": true, diff --git a/package.json b/package.json index 6f1be92f..91b34834 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,9 @@ "node": ">=18" }, "packageManager": "yarn@4.3.1", - "workspaces": ["packages/*"], + "workspaces": [ + "packages/*" + ], "scripts": { "postinstall": "husky install", "lint": "biome check", diff --git a/packages/blue-sdk-ethers/package.json b/packages/blue-sdk-ethers/package.json index 03f4ab1d..ebd8cb2c 100644 --- a/packages/blue-sdk-ethers/package.json +++ b/packages/blue-sdk-ethers/package.json @@ -4,7 +4,9 @@ "author": "Morpho Association ", "license": "MIT", "main": "src/index.ts", - "files": ["lib"], + "files": [ + "lib" + ], "scripts": { "prepublish": "yarn build", "build": "tsc --build tsconfig.build.json", @@ -42,7 +44,10 @@ ] }, "testRegex": "(/src/.*|(\\.|/)(test|spec)+)\\.test\\.(jsx?|tsx?)$", - "moduleFileExtensions": ["js", "ts"], + "moduleFileExtensions": [ + "js", + "ts" + ], "preset": "ts-jest" } } diff --git a/packages/blue-sdk-viem/package.json b/packages/blue-sdk-viem/package.json index eb8b0017..0166abed 100644 --- a/packages/blue-sdk-viem/package.json +++ b/packages/blue-sdk-viem/package.json @@ -4,7 +4,9 @@ "author": "Morpho Association ", "license": "MIT", "main": "src/index.ts", - "files": ["lib"], + "files": [ + "lib" + ], "scripts": { "prepublish": "yarn build", "build": "tsc --build tsconfig.build.json", @@ -39,7 +41,10 @@ ] }, "testRegex": "(/src/.*|(\\.|/)(test|spec)+)\\.test\\.(jsx?|tsx?)$", - "moduleFileExtensions": ["js", "ts"], + "moduleFileExtensions": [ + "js", + "ts" + ], "preset": "ts-jest" } } diff --git a/packages/blue-sdk/package.json b/packages/blue-sdk/package.json index 4d98565d..bd848cbe 100644 --- a/packages/blue-sdk/package.json +++ b/packages/blue-sdk/package.json @@ -4,7 +4,9 @@ "author": "Morpho Association ", "license": "MIT", "main": "src/index.ts", - "files": ["lib"], + "files": [ + "lib" + ], "scripts": { "prepublish": "yarn build", "build": "tsc --build tsconfig.build.json", @@ -39,7 +41,10 @@ ] }, "testRegex": "(/src/.*|(\\.|/)(test|spec)+)\\.test\\.(jsx?|tsx?)$", - "moduleFileExtensions": ["js", "ts"], + "moduleFileExtensions": [ + "js", + "ts" + ], "preset": "ts-jest" } } diff --git a/packages/morpho-test/package.json b/packages/morpho-test/package.json index ecd7fa39..cd6ae5ba 100644 --- a/packages/morpho-test/package.json +++ b/packages/morpho-test/package.json @@ -2,7 +2,9 @@ "name": "@morpho-org/morpho-test", "version": "1.0.6", "main": "src/index.ts", - "files": ["lib"], + "files": [ + "lib" + ], "author": "Morpho Association ", "license": "MIT", "scripts": { @@ -53,7 +55,10 @@ ] }, "testRegex": "(/src/.*|(\\.|/)(test|spec)+)\\.test\\.(jsx?|tsx?)$", - "moduleFileExtensions": ["js", "ts"], + "moduleFileExtensions": [ + "js", + "ts" + ], "preset": "ts-jest" } } diff --git a/packages/morpho-ts/package.json b/packages/morpho-ts/package.json index e3d742f8..c57cf716 100644 --- a/packages/morpho-ts/package.json +++ b/packages/morpho-ts/package.json @@ -4,7 +4,9 @@ "author": "Morpho Association ", "license": "MIT", "main": "src/index.ts", - "files": ["lib"], + "files": [ + "lib" + ], "scripts": { "prepublish": "yarn build", "build": "tsc --build tsconfig.build.json", @@ -35,7 +37,10 @@ ] }, "testRegex": "(/src/.*|(\\.|/)(test|spec)+)\\.test\\.(jsx?|tsx?)$", - "moduleFileExtensions": ["js", "ts"], + "moduleFileExtensions": [ + "js", + "ts" + ], "preset": "ts-jest" } }