mirror of
https://github.com/prowler-cloud/prowler.git
synced 2025-12-19 05:17:47 +00:00
11 lines
198 B
JSON
11 lines
198 B
JSON
{
|
|
"bracketSpacing": true,
|
|
"singleQuote": false,
|
|
"trailingComma": "all",
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"printWidth": 80,
|
|
"plugins": ["prettier-plugin-tailwindcss"]
|
|
}
|