1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-09 15:35:29 +02:00

Fixed broken build under Windows.

This commit is contained in:
Gilberto Vidal 2023-09-19 02:16:05 -06:00
parent d896c3183b
commit a2e01e1561

View file

@ -49,6 +49,12 @@
"**/*.test.js"
]
}
],
"prettier/prettier": [
"error",
{
"endOfLine": "auto"
}
]
}
},