1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-17 16:25:31 -04:00

more eslint/prettier cleanup

This commit is contained in:
2022-08-28 15:01:35 -04:00
parent a73f6a9c30
commit 69a0a25063
5 changed files with 32 additions and 23 deletions

10
.prettierrc.js Normal file
View File

@@ -0,0 +1,10 @@
// https://prettier.io/docs/en/options.html
module.exports = {
singleQuote: false,
jsxSingleQuote: false,
printWidth: 120,
tabWidth: 2,
useTabs: false,
quoteProps: "as-needed",
trailingComma: "es5",
};