mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
13 lines
229 B
Text
13 lines
229 B
Text
|
{
|
||
|
"useTabs": false,
|
||
|
"printWidth": 160,
|
||
|
"tabWidth": 2,
|
||
|
"singleQuote": true,
|
||
|
"requirePragma": true,
|
||
|
"bracketSpacing": false,
|
||
|
"jsxBracketSameLine": false,
|
||
|
"trailingComma": "es5",
|
||
|
"semi": true,
|
||
|
"parser": "flow"
|
||
|
}
|