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:
10
.prettierrc.js
Normal file
10
.prettierrc.js
Normal 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",
|
||||
};
|
Reference in New Issue
Block a user