zitadel/e2e/.prettierrc.json
Max Peintner fc4f4096e0
chore(e2e): formatting with prettier (#4385)
* prettier in e2e

* format

* typescript as dev dependency

* ci all, check linting

* resolve liniting issues

* fix wait-on

* fix package-lock.json

Co-authored-by: Elio Bischof <eliobischof@gmail.com>
2022-09-19 19:49:46 +02:00

6 lines
73 B
JSON

{
"printWidth": 125,
"singleQuote": true,
"trailingComma": "all"
}