fix: fixing named pipes on windows

This commit is contained in:
Chubby Granny Chaser 2024-05-13 22:01:34 +01:00
parent c71eeb2b9b
commit 820cf65d13
5 changed files with 25 additions and 20 deletions

View file

@ -19,5 +19,11 @@ module.exports = {
},
],
"@typescript-eslint/no-explicit-any": "warn",
"prettier/prettier": [
"error",
{
endOfLine: "auto",
},
],
},
};