11 lines
211 B
JSON
11 lines
211 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/prettierrc",
|
|
"singleQuote": true,
|
|
"semi": false,
|
|
"trailingComma": "es5",
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"arrowParens": "always",
|
|
"endOfLine": "lf"
|
|
}
|