You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| husky | Sorts the `hooks` field using [git hook sort](#git-hooks)|
@@ -161,6 +162,18 @@ Item order:
161
162
162
163
Keys are sorted alphabetically except for `overrides`, which is placed last. Keys are also sorted in `overrides` and `overrides.options` items.
163
164
165
+
### Wireit
166
+
167
+
Script names are sorted alphabetically. Each script's properties use the order from [wireit's own examples](https://github.com/google/wireit), with remaining properties sorted alphabetically:
| dependencies | Key order (per item): `script`, `cascade`|
173
+
| files ||
174
+
| output ||
175
+
|_remaining_| Alphabetical, with nested object key sorting |
176
+
164
177
### Scripts
165
178
166
179
Keys are sorted alphabetically except for [pre/post scripts](https://docs.npmjs.com/cli/v6/using-npm/scripts#pre--post-scripts). Those are placed before and after their corresponding base npm script.
0 commit comments