mirror of
https://github.com/Kong/insomnia.git
synced 2025-12-23 22:28:58 -05:00
16 lines
282 B
Plaintext
16 lines
282 B
Plaintext
{
|
|
"trailingComma": "all",
|
|
"printWidth": 120,
|
|
"arrowParens": "avoid",
|
|
"singleQuote": true,
|
|
"quoteProps": "consistent",
|
|
"overrides": [
|
|
{
|
|
"files": "packages/insomnia/**/*",
|
|
"options": {
|
|
"plugins": ["prettier-plugin-tailwindcss"]
|
|
}
|
|
}
|
|
]
|
|
}
|