11 lines
201 B
Plaintext
11 lines
201 B
Plaintext
|
|
{
|
||
|
|
"semi": true,
|
||
|
|
"singleQuote": false,
|
||
|
|
"tabWidth": 2,
|
||
|
|
"trailingComma": "es5",
|
||
|
|
"printWidth": 100,
|
||
|
|
"arrowParens": "always",
|
||
|
|
"endOfLine": "lf",
|
||
|
|
"plugins": ["prettier-plugin-tailwindcss"]
|
||
|
|
}
|