@dvashim/biome-config 1.5.10 → 1.5.12
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
|
@@ -5,16 +5,19 @@
|
|
|
5
5
|
[![npm downloads][downloads-badge]][npm-url]
|
|
6
6
|
[![license][license-badge]][license-url]
|
|
7
7
|
[![Checked with Biome][biome-badge]][biome-url]
|
|
8
|
+
[![Socket Badge][socket-badge]][socket-url]
|
|
8
9
|
|
|
9
|
-
[ci-badge]: https://img.shields.io/github/actions/workflow/status/dvashim/biome-config/check.yml?
|
|
10
|
+
[ci-badge]: https://img.shields.io/github/actions/workflow/status/dvashim/biome-config/check.yml?logo=github&label=CI
|
|
10
11
|
[ci-url]: https://github.com/dvashim/biome-config/actions/workflows/check.yml
|
|
11
|
-
[version-badge]: https://img.shields.io/npm/v/@dvashim/biome-config.svg?logo=npm&
|
|
12
|
-
[downloads-badge]: https://img.shields.io/npm/dm/@dvashim/biome-config?logo=npm&
|
|
12
|
+
[version-badge]: https://img.shields.io/npm/v/@dvashim/biome-config.svg?logo=npm&color=07c&label=@dvashim/biome-config
|
|
13
|
+
[downloads-badge]: https://img.shields.io/npm/dm/@dvashim/biome-config?logo=npm&color=07c
|
|
13
14
|
[npm-url]: https://www.npmjs.com/package/@dvashim/biome-config
|
|
14
|
-
[license-badge]: https://img.shields.io/npm/l/@dvashim/biome-config?
|
|
15
|
+
[license-badge]: https://img.shields.io/npm/l/@dvashim/biome-config?color=07c
|
|
15
16
|
[license-url]: https://github.com/dvashim/biome-config/blob/main/LICENSE
|
|
16
|
-
[biome-badge]: https://img.shields.io/badge/Checked_with-Biome-60a5fa?
|
|
17
|
+
[biome-badge]: https://img.shields.io/badge/Checked_with-Biome-60a5fa?logo=biome&color=07c&logoColor=fff
|
|
17
18
|
[biome-url]: https://biomejs.dev
|
|
19
|
+
[socket-badge]: https://socket.dev/api/badge/npm/package/@dvashim/biome-config
|
|
20
|
+
[socket-url]: https://socket.dev/npm/package/@dvashim/biome-config
|
|
18
21
|
|
|
19
22
|
## Installation
|
|
20
23
|
|
|
@@ -172,10 +175,10 @@ All configurations share the same base defaults.
|
|
|
172
175
|
|
|
173
176
|
### Overrides
|
|
174
177
|
|
|
175
|
-
| File pattern
|
|
176
|
-
|
|
177
|
-
|
|
|
178
|
-
|
|
|
178
|
+
| File pattern | Setting | Value |
|
|
179
|
+
|----------------------|--------------------------------------|------------|
|
|
180
|
+
| `**/package.json` | assist.actions.source.useSortedKeys | `"off"` |
|
|
181
|
+
| `**/package.json` | json.formatter.expand | `"always"` |
|
|
179
182
|
|
|
180
183
|
### Assist
|
|
181
184
|
|