scroll/deno.jsonc
Timothy J. Warren 8b44e250e2
All checks were successful
timw4mail/scroll/pipeline/head This commit looks good
Refactor again
2024-07-25 11:47:44 -04:00

19 lines
310 B
Plaintext

{
"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": true,
"exclude": ["src/bun/"]
}