19 lines
294 B
Plaintext
19 lines
294 B
Plaintext
{
|
|
"exclude": ["src/bun/**/*.ts"],
|
|
"lint": {
|
|
"include": ["src/"],
|
|
"rules": {
|
|
"tags": ["recommended"],
|
|
"exclude": ["no-explicit-any"]
|
|
}
|
|
},
|
|
"fmt": {
|
|
"useTabs": true,
|
|
"lineWidth": 80,
|
|
"indentWidth": 2,
|
|
"semiColons": true,
|
|
"singleQuote": true
|
|
},
|
|
"nodeModulesDir": true
|
|
}
|