mirror of
https://github.com/Mercantec-GHC/h4-projekt-gruppe-0-sm.git
synced 2025-04-28 00:34:06 +02:00
16 lines
346 B
JSON
16 lines
346 B
JSON
{
|
|
"workspace": ["./ast", "./check", "./middle", "./parse", "./resolve", "./ty", "./common"],
|
|
"lint": {
|
|
"rules": {
|
|
"tags": ["recommended"],
|
|
"exclude": [
|
|
"verbatim-module-syntax",
|
|
"no-unused-vars"
|
|
],
|
|
}
|
|
},
|
|
"fmt": {
|
|
"indentWidth": 4
|
|
},
|
|
}
|