chore: possibly fix linting errors

This commit is contained in:
Miodec 2024-02-13 12:48:39 +01:00
parent c445a46b15
commit d735578189

View file

@ -92,7 +92,7 @@
"parserOptions": {
"ecmaVersion": 12,
"sourceType": "module",
"project": "**/tsconfig.json"
"project": ["**/tsconfig.json"]
}
},
{