Update to Pretteir 3 config

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2023-08-14 09:32:04 +05:30 committed by GitHub
parent 70d49ebcda
commit 0f9d049a2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -7,12 +7,11 @@
"plugins": [
"prettier-plugin-prisma",
"prettier-plugin-sort-json",
"prettier-plugin-tailwindcss",
"prettier-plugin-package-perfection"
],
"printWidth": 100,
"semi": true,
"singleQuote": false,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "all"
}