mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
21 lines
306 B
TOML
21 lines
306 B
TOML
[default]
|
|
check-filename = false
|
|
|
|
[default.extend-identifiers]
|
|
# variable name used by node-semver
|
|
_fpr = "_fpr"
|
|
|
|
[default.extend-words]
|
|
ws = "ws"
|
|
|
|
[files]
|
|
extend-exclude = [
|
|
"*.json",
|
|
"*_test.ts",
|
|
"*.generated.mjs",
|
|
"media_types/vendor",
|
|
"http/testdata",
|
|
"http/user_agent.ts",
|
|
"ulid/*.ts"
|
|
]
|