Files
pgbackweb/deno.json
T
Luis Eduardo f0a60bd482 Run deno fmt
2025-02-04 18:56:15 +00:00

19 lines
261 B
JSON

{
"fmt": {
"exclude": [
"./internal/view/static/libs/**/*"
]
},
"lint": {
"exclude": [
"./internal/view/static/libs/**/*"
],
"rules": {
"exclude": [
"no-window",
"no-window-prefix"
]
}
}
}