scroll/deno.jsonc
Timothy J. Warren d265a98338
All checks were successful
timw4mail/scroll/pipeline/head This commit looks good
Remove slightly problematic config item from deno config
2025-01-23 16:13:53 -05:00

19 lines
315 B
JSON

{
"lint": {
"include": ["src/"],
"rules": {
"tags": ["recommended"],
"exclude": ["no-explicit-any", "no-inferrable-types"]
}
},
"fmt": {
"useTabs": true,
"lineWidth": 80,
"indentWidth": 2,
"semiColons": true,
"singleQuote": true
},
// "nodeModulesDir": "auto",
"exclude": ["src/bun/"]
}