1
0
Fork 0
mirror of synced 2026-06-05 14:54:04 +00:00
configure-aws-credentials/.prettierrc.json
Tom Keller 239add3ff1
feat!: Initial v2 commit
* Implemented editorconfig
* Switched to ESM
* Switched to a TypeScript workflow
* Switched to projen for project management
* Major code refactor
* TODO: need tests
2022-10-14 20:43:09 -07:00

8 lines
134 B
JSON

{
"printWidth": 120,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"overrides": []
}