mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2024-11-08 15:54:51 +00:00
ac9400d891
yarn create react-app synapse-admin Change-Id: I2ea325e5825898aefd30e2cd15d4f2ef57949879
11 lines
183 B
Text
11 lines
183 B
Text
{
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"trailingComma": "es5",
|
|
"bracketSpacing": true,
|
|
"jsxBracketSameLine": false
|
|
}
|