diff --git a/bun.lockb b/bun.lockb index 9cf2109..eb49a65 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index a65167f..59657e4 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,11 @@ "type": "git", "url": "https://github.com/swrlab/style-guide.git" }, - "files": ["biome", "eslint", "prettier"], + "files": [ + "biome", + "eslint", + "prettier" + ], "main": "index.js", "exports": { "./biome": "./biome/biome.json", @@ -48,7 +52,7 @@ "eslint-config-prettier": "^9.1.0", "eslint-import-resolver-alias": "^1.1.2", "eslint-plugin-eslint-comments": "^3.2.0", - "eslint-plugin-import-x": "^0.5.3", + "eslint-plugin-import-x": "^3.1.0", "eslint-plugin-jsonc": "^2.16.0", "eslint-plugin-n": "^17.10.2", "eslint-plugin-perfectionist": "^3.2.0",