@nedcloarbr/biome-config 1.1.0 → 1.2.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.
Files changed (2) hide show
  1. package/README.md +5 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -41,21 +41,18 @@ bun add --dev --exact @biomejs/biome @nedcloarbr/biome-config
41
41
  > If you're using Yarn Classic (v1.x) you don't have to worry about this \
42
42
  > To opt out of using PnP in Yarn Modern (^v2.x), do the following
43
43
 
44
- ```yml
44
+ ```diff
45
45
  # .yarnrc.yml
46
- nodeLinker: node-modules
46
+ + nodeLinker: node-modules
47
47
  ```
48
48
 
49
49
  ## Usage
50
50
 
51
51
  ### [`NestJS`](https://nestjs.com/)
52
52
 
53
- ```jsonc
54
- // biome.json
55
- {
56
- "extends": ["@nedcloarbr/biome-config/nestjs"]
57
- // ...
58
- }
53
+ ```diff
54
+ # biome.json
55
+ + "extends": ["@nedcloarbr/biome-config/nestjs"]
59
56
  ```
60
57
 
61
58
  ## To-Do
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nedcloarbr/biome-config",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "BiomeJS Configuration used by NedcloarBR in their projects",
5
5
  "license": "MIT",
6
6
  "publishConfig": {