mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
chore: bump dprint plugins (#7818)
This commit is contained in:
parent
8991f33fc7
commit
ed93193c32
2 changed files with 3 additions and 10 deletions
|
|
@ -67,7 +67,6 @@ confidence-threshold = 0.8
|
|||
# aren't accepted for every possible crate as with the normal allow list
|
||||
exceptions = [
|
||||
|
||||
|
||||
# Each entry is the crate and version constraint, and its specific allow
|
||||
# list
|
||||
# { allow = ["Zlib"], name = "adler32", version = "*" },
|
||||
|
|
@ -104,7 +103,6 @@ ignore = false
|
|||
# not have its license(s) checked
|
||||
registries = [
|
||||
|
||||
|
||||
# "https://sekretz.com/registry
|
||||
]
|
||||
|
||||
|
|
@ -133,13 +131,11 @@ external-default-features = "allow"
|
|||
# List of crates that are allowed. Use with care!
|
||||
allow = [
|
||||
|
||||
|
||||
# { name = "ansi_term", version = "=0.11.0" },
|
||||
]
|
||||
# List of crates to deny
|
||||
deny = [
|
||||
|
||||
|
||||
# Each entry the name of a crate and a version range. If version is
|
||||
# not specified, all versions will be matched.
|
||||
# { name = "ansi_term", version = "=0.11.0" },
|
||||
|
|
@ -175,7 +171,6 @@ deny = [
|
|||
# Certain crates/versions that will be skipped when doing duplicate detection.
|
||||
skip = [
|
||||
|
||||
|
||||
# { name = "ansi_term", version = "=0.11.0" },
|
||||
]
|
||||
# Similarly to `skip` allows you to skip certain crates during duplicate
|
||||
|
|
@ -184,7 +179,6 @@ skip = [
|
|||
# by default infinite.
|
||||
skip-tree = [
|
||||
|
||||
|
||||
# { name = "ansi_term", version = "=0.11.0", depth = 20 },
|
||||
]
|
||||
|
||||
|
|
@ -223,7 +217,6 @@ allow-git = []
|
|||
# list here is effectively saying which targets you are building for.
|
||||
targets = [
|
||||
|
||||
|
||||
# The triple can be any string, but only the target triples built in to
|
||||
# rustc (as of 1.40) can be checked against actual config expressions
|
||||
# { triple = "x86_64-unknown-linux-musl" },
|
||||
|
|
|
|||
|
|
@ -26,10 +26,10 @@
|
|||
".github/.generated_ast_watch_list.yml"
|
||||
],
|
||||
"plugins": [
|
||||
"https://plugins.dprint.dev/typescript-0.91.8.wasm",
|
||||
"https://plugins.dprint.dev/json-0.19.3.wasm",
|
||||
"https://plugins.dprint.dev/typescript-0.93.3.wasm",
|
||||
"https://plugins.dprint.dev/json-0.19.4.wasm",
|
||||
"https://plugins.dprint.dev/markdown-0.17.8.wasm",
|
||||
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.0.wasm",
|
||||
"https://plugins.dprint.dev/toml-0.6.2.wasm"
|
||||
"https://plugins.dprint.dev/toml-0.6.3.wasm"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue