@nedcloarbr/biome-config 1.7.0 → 1.8.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
@@ -56,14 +56,14 @@ bun add --dev --exact @biomejs/biome @nedcloarbr/biome-config
56
56
 
57
57
  ```diff
58
58
  # biome.json
59
- + extends: ["@nedcloabr/biome-config"]
59
+ + extends: ["@nedcloarbr/biome-config"]
60
60
  ```
61
61
 
62
62
  or
63
63
 
64
64
  ```diff
65
65
  # biome.json
66
- + extends: ["@nedcloabr/biome-config/base"]
66
+ + extends: ["@nedcloarbr/biome-config/base"]
67
67
  ```
68
68
 
69
69
  ### [`NestJS`](https://nestjs.com/)
package/ignore.json CHANGED
@@ -9,7 +9,8 @@
9
9
  ".vscode/*",
10
10
  ".idea/*",
11
11
  ".atom/*",
12
- "yarn/*"
12
+ ".yarn/*",
13
+ ".next/*"
13
14
  ],
14
15
  "ignoreUnknown": true
15
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nedcloarbr/biome-config",
3
- "version": "1.7.0",
3
+ "version": "1.8.0",
4
4
  "description": "BiomeJS Configuration used by NedcloarBR in their projects",
5
5
  "license": "MIT",
6
6
  "publishConfig": {