2017-07-13 23:28:45 +02:00
|
|
|
{
|
|
|
|
"extends": [
|
2019-07-16 08:40:01 +02:00
|
|
|
"@verdaccio"
|
2017-07-13 23:28:45 +02:00
|
|
|
],
|
|
|
|
"rules": {
|
2019-07-16 08:40:01 +02:00
|
|
|
"@typescript-eslint/no-var-requires": ["warn"],
|
2019-08-25 19:16:43 +02:00
|
|
|
"@typescript-eslint/ban-ts-ignore": ["warn"],
|
|
|
|
"@typescript-eslint/no-inferrable-types": ["warn"],
|
|
|
|
"@typescript-eslint/no-empty-function": ["warn"],
|
|
|
|
"@typescript-eslint/no-this-alias": ["warn"],
|
2019-07-16 08:40:01 +02:00
|
|
|
"@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
|
2017-07-13 23:28:45 +02:00
|
|
|
}
|
|
|
|
}
|