2023-10-27 16:02:54 -04:00
|
|
|
{
|
|
|
|
"lint": {
|
|
|
|
"include": ["src/"],
|
|
|
|
"rules": {
|
2023-11-03 11:59:58 -04:00
|
|
|
"tags": ["recommended"],
|
2023-11-14 15:53:45 -05:00
|
|
|
"exclude": ["no-explicit-any", "no-inferrable-types"]
|
2023-10-27 16:02:54 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"fmt": {
|
|
|
|
"useTabs": true,
|
|
|
|
"lineWidth": 80,
|
|
|
|
"indentWidth": 2,
|
|
|
|
"semiColons": true,
|
2023-11-02 13:06:48 -04:00
|
|
|
"singleQuote": true
|
2023-10-27 16:02:54 -04:00
|
|
|
},
|
2023-11-02 13:06:48 -04:00
|
|
|
"nodeModulesDir": true
|
|
|
|
}
|