Files
file-node/.prettierrc
ashley zomo 832cecfe76 v1.1.0
translated to typescript and added .ts file support
2022-06-14 12:13:28 -05:00

11 lines
194 B
Plaintext

{
"printWidth": 80,
"tabWidth": 4,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "avoid"
}