mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
a7ba76423e
* test: add test for whoami * Update middleware.ts * test for user api * more test for user api * remove repeated code * refactor * Update index.spec.ts * add package test refactor others * chore: upgrade deps * chore: add test for package * chore: update test * update lock file * Update ci.yml * Update ci.yml * Update package.spec.ts * chore: update ci settings * chore: update deps * chore: update test
22 lines
635 B
Plaintext
22 lines
635 B
Plaintext
{
|
|
"extends": [
|
|
"@verdaccio"
|
|
],
|
|
"rules": {
|
|
"@typescript-eslint/no-var-requires": 0,
|
|
"@typescript-eslint/ban-ts-ignore": 0,
|
|
"@typescript-eslint/no-inferrable-types": 0,
|
|
"@typescript-eslint/no-empty-function": 0,
|
|
"@typescript-eslint/no-this-alias": ["warn"],
|
|
"@typescript-eslint/no-use-before-define": 0,
|
|
"@typescript-eslint/array-type": ["warn"],
|
|
"@typescript-eslint/no-explicit-any": 0,
|
|
"@typescript-eslint/indent": 0,
|
|
"@typescript-eslint/interface-name-prefix": 0,
|
|
"import/order": 0,
|
|
"handle-callback-err": 1,
|
|
"prefer-const": 1,
|
|
"prefer-promise-reject-errors": 1
|
|
}
|
|
}
|