@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.
- package/README.md +5 -8
- 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
|
-
```
|
|
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
|
-
```
|
|
54
|
-
|
|
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
|