2022-06-08 21:26:30 +00:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"allowJs": true,
|
|
|
|
|
"lib": ["deno.window"],
|
|
|
|
|
"strict": true
|
|
|
|
|
},
|
|
|
|
|
"lint": {
|
|
|
|
|
"files": {
|
|
|
|
|
"include": ["src/"],
|
|
|
|
|
"exclude": []
|
|
|
|
|
},
|
|
|
|
|
"rules": {
|
|
|
|
|
"tags": ["recommended"],
|
|
|
|
|
"include": ["ban-untagged-todo"],
|
|
|
|
|
"exclude": ["no-unused-vars"]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"fmt": {
|
|
|
|
|
"files": {
|
|
|
|
|
"include": ["src/"],
|
|
|
|
|
"exclude": []
|
|
|
|
|
},
|
|
|
|
|
"options": {
|
|
|
|
|
"useTabs": false,
|
|
|
|
|
"lineWidth": 120,
|
|
|
|
|
"indentWidth": 2,
|
|
|
|
|
"singleQuote": true,
|
2022-08-31 20:20:38 +00:00
|
|
|
"proseWrap": "always"
|
2022-06-08 21:26:30 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|