9 lines
136 B
JSON
9 lines
136 B
JSON
{
|
|
"trailingComma": "es5",
|
|
"tabWidth": 2,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"jsxBracketSameLine": true,
|
|
"printWidth": 100
|
|
}
|