1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-05 21:45:30 +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 079b8eba53
commit 517cb34cfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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