-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Continue the effort to remove things from the configure script that should be handled by default in the plugins. In this case it is, 1. `phony` supports extracting `orderOnlyDeps` from the input so we can depend on formatted files 2. all plugins now support passing `orderOnlyDeps` when creating rules, which we use to replace our `inject` function 3. the `biome` plugin takes a `configPath` so we no longer need to wrap the function and inject it ourselves Upgrade to the latest biome as part of this, which also requires fixing a few small linting errors.
- Loading branch information
1 parent
b0a1605
commit 91c8dd2
Showing
12 changed files
with
221 additions
and
210 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.