small changes

pull/65/head
TaylorS15 1 year ago
parent 5038de06bb
commit 7f5f40c4dc

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

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

Loading…
Cancel
Save