Archon/.prettierrc

9 lines
155 B
Text

{
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"tabWidth": 2,
"printWidth": 100,
"arrowParens": "avoid",
"endOfLine": "auto"
}