chore: add .prettierrc.json (#24592)

This commit is contained in:
Thomas Pompon 2022-04-22 14:16:27 +02:00 committed by GitHub
parent 2ae911ee55
commit 68dc38dafb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": false
}