9 lines
133 B
JSON
9 lines
133 B
JSON
{
|
|
"trailingComma": "none",
|
|
"tabWidth": 2,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true,
|
|
"printWidth": 120
|
|
}
|