std/deno.json
Yoshiya Hinosawa 068f16f88e
feat(node): add http.request (#1712)
Co-authored-by: Ben Noordhuis <info@bnoordhuis.nl>
2021-12-16 19:42:33 +09:00

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"
]
}
}
}