14 lines
259 B
Plaintext
14 lines
259 B
Plaintext
{
|
|
"arrowParens": "always",
|
|
"semi": false,
|
|
"tabWidth": 2,
|
|
"printWidth": 80,
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true,
|
|
"trailingComma": "es5",
|
|
"bracketSpacing": true,
|
|
"endOfLine": "lf",
|
|
"plugins": [
|
|
"prettier-plugin-tailwindcss"
|
|
]
|
|
} |