1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 12:49:43 +02:00

fix: Fix eslint rules for Windows (#508)

This commit is contained in:
Gilberto Vidal 2023-12-10 17:13:04 -06:00 committed by GitHub
parent d926907b8e
commit 8fbdf3365a

View file

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