2017-07-13 23:28:45 +02:00
|
|
|
{
|
|
|
|
"extends": [
|
2020-06-30 21:55:14 +02:00
|
|
|
"@verdaccio"
|
2017-07-13 23:28:45 +02:00
|
|
|
],
|
|
|
|
"rules": {
|
2021-03-14 08:42:46 +01:00
|
|
|
"@typescript-eslint/no-var-requires": 0,
|
2020-06-30 21:55:14 +02:00
|
|
|
"@typescript-eslint/ban-ts-ignore": 0,
|
2019-12-15 08:52:55 +01:00
|
|
|
"@typescript-eslint/no-inferrable-types": 0,
|
|
|
|
"@typescript-eslint/no-empty-function": 0,
|
2020-06-30 21:55:14 +02:00
|
|
|
"@typescript-eslint/no-this-alias": ["warn"],
|
2019-07-16 08:40:01 +02:00
|
|
|
"@typescript-eslint/no-use-before-define": 0,
|
2020-06-30 21:55:14 +02:00
|
|
|
"@typescript-eslint/array-type": ["warn"],
|
2019-07-16 08:40:01 +02:00
|
|
|
"@typescript-eslint/no-explicit-any": 0,
|
|
|
|
"@typescript-eslint/indent": 0,
|
2020-06-30 21:55:14 +02:00
|
|
|
"@typescript-eslint/interface-name-prefix": 0,
|
|
|
|
"import/order": 0,
|
|
|
|
"handle-callback-err": 1,
|
|
|
|
"prefer-const": 1,
|
|
|
|
"prefer-promise-reject-errors": 1
|
2017-07-13 23:28:45 +02:00
|
|
|
}
|
|
|
|
}
|