mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
16 lines
420 B
Plaintext
16 lines
420 B
Plaintext
|
{
|
||
|
"endOfLine": "lf",
|
||
|
"useTabs": false,
|
||
|
"printWidth": 100,
|
||
|
"tabWidth": 2,
|
||
|
"singleQuote": true,
|
||
|
"bracketSpacing": true,
|
||
|
"trailingComma": "es5",
|
||
|
"semi": true,
|
||
|
"plugins": ["@trivago/prettier-plugin-sort-imports"],
|
||
|
"importOrder": ["^@verdaccio/(.*)$", "^[./]"],
|
||
|
"importOrderSeparation": true,
|
||
|
"importOrderParserPlugins": ["typescript", "classProperties", "jsx"],
|
||
|
"importOrderSortSpecifiers": true
|
||
|
}
|