mirror of
https://github.com/block-core/angor-hub-old.git
synced 2025-12-17 01:44:19 +01:00
12 lines
286 B
Plaintext
12 lines
286 B
Plaintext
{
|
|
"printWidth": 80,
|
|
"semi": true,
|
|
"bracketSameLine": false,
|
|
"trailingComma": "es5",
|
|
"tabWidth": 4,
|
|
"singleQuote": true,
|
|
"bracketSpacing": true,
|
|
"arrowParens": "always",
|
|
"plugins": ["prettier-plugin-organize-imports", "prettier-plugin-tailwindcss"]
|
|
}
|