mirror of
https://github.com/aljazceru/ditto.git
synced 2025-12-21 23:44:20 +01:00
deno.json: remove "lib/"
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user