mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-02 14:41:37 +00: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"]
|
|
}
|