@willbooster/biome-config 3.2.6 → 3.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # biome-config
2
2
 
3
3
  A Biome config file for my repositories.
4
- You need to do the following command to install peer dependencies.
4
+ Install the package and its peer dependency.
5
5
 
6
- ```
7
- yarn add -D @biomejs/biome
6
+ ```sh
7
+ yarn add -D @willbooster/biome-config @biomejs/biome
8
8
  ```
package/biome.jsonc CHANGED
@@ -3,6 +3,8 @@
3
3
  "files": {
4
4
  "includes": [
5
5
  "**/*",
6
+ "!**/.agents/**",
7
+ "!**/.claude/**",
6
8
  "!**/.venv/**",
7
9
  "!**/dist/**",
8
10
  "!**/temp/**",
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@willbooster/biome-config",
3
- "version": "3.2.6",
3
+ "version": "3.4.0",
4
4
  "description": "Biome config for WillBooster projects",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "https://github.com/WillBooster/willbooster-configs.git",
7
+ "url": "git+https://github.com/WillBooster/willbooster-configs.git",
8
8
  "directory": "packages/biome-config"
9
9
  },
10
10
  "license": "Apache-2.0",
@@ -23,7 +23,7 @@
23
23
  "prettier": "@willbooster/prettier-config",
24
24
  "devDependencies": {
25
25
  "@biomejs/biome": "2.4.8",
26
- "@willbooster/prettier-config": "10.2.5",
26
+ "@willbooster/prettier-config": "10.4.0",
27
27
  "lint-staged": "16.4.0",
28
28
  "prettier": "3.8.1",
29
29
  "prettier-plugin-java": "2.8.1",