mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
f047cc8c25
* refactor: auth with legacy sign support refactor: auth with legacy sign support add tests add tests clean up lock fil clean up lock fil add more ci to test update ci update ci update ci update ci update ci * chore: add test for deprecated legacy signature * chore: add test for deprecated legacy signature * chore: add test for deprecated legacy signature * chore: add test for deprecated legacy signature * chore: add test for deprecated legacy signature
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
|
|
}
|