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',
},
],
}

View File

@ -1,7 +1,7 @@
module.exports = {
trailingComma: 'all',
tabWidth: 2,
semi: false,
semi: true,
singleQuote: true,
printWidth: 80,
}