mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
deno.json: remove "lib/"
This commit is contained in:
parent
97a250c1f7
commit
176df2a2bc
1 changed files with 2 additions and 2 deletions
|
|
@ -10,14 +10,14 @@
|
|||
"@/": "./src/"
|
||||
},
|
||||
"lint": {
|
||||
"include": ["src/", "lib/"],
|
||||
"include": ["src/"],
|
||||
"rules": {
|
||||
"tags": ["recommended"],
|
||||
"exclude": ["no-explicit-any"]
|
||||
}
|
||||
},
|
||||
"fmt": {
|
||||
"include": ["src/", "lib/"],
|
||||
"include": ["src/"],
|
||||
"useTabs": false,
|
||||
"lineWidth": 120,
|
||||
"indentWidth": 2,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue