fix config
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Rebecca-Chou 2022-10-05 17:21:34 -04:00
parent fbd6cf5149
commit 117c89b700
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ module.exports = {
'prettier/prettier': [
'error',
{
'endOfLine': 'auto',
'endOfLine': 'lf',
}
],