mirror of
https://github.com/vndangkhoa/Sys-Arc-Visl.git
synced 2026-04-04 17:08:17 +07:00
15 lines
No EOL
317 B
Text
15 lines
No EOL
317 B
Text
{
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"trailingComma": "es5",
|
|
"printWidth": 100,
|
|
"bracketSpacing": true,
|
|
"arrowParens": "always",
|
|
"endOfLine": "lf",
|
|
"jsxSingleQuote": false,
|
|
"quoteProps": "as-needed",
|
|
"plugins": [
|
|
"prettier-plugin-tailwindcss"
|
|
]
|
|
} |