* chore: revert "Fix sidebar test" This reverts commit096d634917. Sorry, this push should have gone to my fork only. * chore: revert "Merge branch 'apm' into pr/mbtools/2" This reverts commit87fa9270a5, reversing changes made todc2cd48a78. Sorry, this push should have gone to my fork only.
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
|
|
}
|