small changes

This commit is contained in:
TaylorS15
2023-02-10 16:20:05 -05:00
parent 5038de06bb
commit 7f5f40c4dc
2 changed files with 7 additions and 1 deletions

View File

@@ -34,4 +34,10 @@ module.exports = {
},
},
},
'prettier/prettier': [
'error',
{
endOfLine: 'auto',
},
],
}