13 lines
256 B
JSON
13 lines
256 B
JSON
{
|
|
"printWidth": 120,
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"bracketSpacing": false,
|
|
"jsxBracketSameLine": false,
|
|
"arrowParens": "avoid",
|
|
"parser": "javascript"
|
|
}
|