mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
068f16f88e
Co-authored-by: Ben Noordhuis <info@bnoordhuis.nl>
28 lines
451 B
JSON
28 lines
451 B
JSON
{
|
|
"fmt": {
|
|
"files": {
|
|
"exclude": [
|
|
".git",
|
|
"_wasm_crypto/target",
|
|
"cov",
|
|
"node/_tools/versions",
|
|
"node/_tools/suites",
|
|
"wasi/testdata"
|
|
]
|
|
}
|
|
},
|
|
"lint": {
|
|
"files": {
|
|
"exclude": [
|
|
".git",
|
|
"_wasm_crypto/target",
|
|
"cov",
|
|
"node/vendor",
|
|
"node/_tools/versions",
|
|
"node/_tools/suites",
|
|
"wasi/testdata"
|
|
]
|
|
}
|
|
}
|
|
}
|