Skip to content

Commit 4af0b6f

Browse files
committed
re-lint
1 parent 191a6d2 commit 4af0b6f

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

biome.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@
105105
"includes": ["clients/*/src/generated/**"],
106106
"linter": {
107107
"rules": {
108+
"suspicious": {
109+
"noEmptyInterface": "off"
110+
},
111+
"complexity": {
112+
"noBannedTypes": "off"
113+
},
108114
"correctness": {
109115
"noConstantCondition": "off"
110116
}

bun.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@
120120
"react-dom": "^19.1.1",
121121
},
122122
"catalog": {
123-
"@macalinao/eslint-config": "^4.2.2",
124-
"@macalinao/tsconfig": "^3.2.2",
123+
"@macalinao/eslint-config": "^5",
124+
"@macalinao/tsconfig": "^3.2.3",
125125
"@solana/kit": "^2.3.0",
126126
"@solana/wallet-adapter-base": "^0.9.27",
127127
"@solana/wallet-adapter-react": "^0.15.39",
@@ -262,9 +262,9 @@
262262

263263
"@macalinao/codama-renderers-js-esm": ["@macalinao/codama-renderers-js-esm@workspace:packages/codama-renderers-js-esm"],
264264

265-
"@macalinao/eslint-config": ["@macalinao/eslint-config@4.2.2", "", { "dependencies": { "@eslint/js": "^9.30.0", "@typescript-eslint/eslint-plugin": "^8.35.1", "@typescript-eslint/parser": "^8.35.1", "@typescript-eslint/utils": "^8.35.1", "eslint": "^9.30.0", "eslint-config-prettier": "^10.1.5", "eslint-config-turbo": "^2.5.4", "eslint-import-resolver-typescript": "^4.4.4", "eslint-plugin-import-x": "^4.16.1", "eslint-plugin-prettier": "^5.5.1", "eslint-plugin-simple-import-sort": "^12.1.1", "eslint-plugin-turbo": "^2.5.4", "eslint-plugin-unused-imports": "^4.1.4", "globals": "^16.2.0", "prettier": "^3.6.2", "tslib": "^2.8.1", "typescript-eslint": "^8.35.1" } }, "sha512-/oPhUUYQr8Kpbv4AJW+w7eF5VF/dtxwiteq3lSBr+poWZGmtwDklbvYKew2m01TVKWUmFQRhd3d8BSSzGC5pkA=="],
265+
"@macalinao/eslint-config": ["@macalinao/eslint-config@5.0.0", "", { "dependencies": { "@eslint/js": "^9.33.0", "@typescript-eslint/parser": "^8.39.1", "@typescript-eslint/utils": "^8.39.1", "eslint-config-prettier": "^10.1.8", "eslint-config-turbo": "^2.5.6", "eslint-import-resolver-typescript": "^4.4.4", "eslint-plugin-import-x": "^4.16.1", "eslint-plugin-prettier": "^5.5.4", "eslint-plugin-simple-import-sort": "^12.1.1", "eslint-plugin-unused-imports": "^4.1.4", "globals": "^16.3.0", "typescript-eslint": "^8.39.1" }, "peerDependencies": { "eslint": "^9.33.0" } }, "sha512-DBjSU9r6V2xqzZ2UaWgfnFO0YpszoZdoqVLtsmHgHZrDm+c7i2RujSxA/reCaAmxQGg7zboqZeQRhCzQ7JDqEg=="],
266266

267-
"@macalinao/tsconfig": ["@macalinao/[email protected].2", "", {}, "sha512-pw+l4EiyGQXwffxMQxqvJghLEm5fKGXZ3BAUYyitmkrtyD0D517RwwooSBrjCXP+sl3oefpHzUnZjowYTQd8wg=="],
267+
"@macalinao/tsconfig": ["@macalinao/[email protected].3", "", {}, "sha512-PH6UvudxPrxYg+2BZyPUx2/U2jCOlJYz+2cGLvIX3Ybtz3GNGxjounb4sceZmR9QmquZlxuP0o5Zz3Y8VATbdA=="],
268268

269269
"@manypkg/find-root": ["@manypkg/[email protected]", "", { "dependencies": { "@babel/runtime": "^7.5.5", "@types/node": "^12.7.1", "find-up": "^4.1.0", "fs-extra": "^8.1.0" } }, "sha512-mki5uBvhHzO8kYYix/WRy2WX8S3B5wdVSc9D6KcU5lQNglP2yt58/VfLuAK49glRXChosY8ap2oJ1qgma3GUVA=="],
270270

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"catalog": {
1313
"eslint": "^9.33.0",
1414
"typescript": "^5.9.2",
15-
"@macalinao/eslint-config": "^4.2.2",
16-
"@macalinao/tsconfig": "^3.2.2",
15+
"@macalinao/eslint-config": "^5",
16+
"@macalinao/tsconfig": "^3.2.3",
1717
"@solana/kit": "^2.3.0",
1818
"tslib": "^2.8.1",
1919
"@tanstack/react-query": "^5.85.3",

turbo.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"env": ["NODE_ENV"]
99
},
1010
"lint": {
11-
"dependsOn": ["^build"]
11+
"dependsOn": ["^build"],
12+
"cache": false
1213
},
1314
"test": {
1415
"dependsOn": ["build"],

0 commit comments

Comments
 (0)