Update .prettierrc

Co-authored-by: Axel Cocat <ax.cocat@gmail.com>
This commit is contained in:
Stefano Borzì 2022-05-06 15:42:04 +02:00 committed by GitHub
parent 88714c3daa
commit b382ef00af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,9 @@
{ {
"printWidth": 140, "printWidth": 140,
"tabWidth": 2, "useTabs": true,
"useTabs": false, "semi": true,
"semi": true, "singleQuote": false,
"singleQuote": true, "trailingComma": "all",
"trailingComma": "all", "bracketSpacing": true,
"bracketSpacing": true, "arrowParens": "always"
"arrowParens": "always"
} }