2017-07-13 16:28:45 -05:00
|
|
|
{
|
|
|
|
"extends": [
|
2019-07-16 01:40:01 -05:00
|
|
|
"@verdaccio"
|
2017-07-13 16:28:45 -05:00
|
|
|
],
|
|
|
|
"rules": {
|
2019-12-15 02:52:55 -05:00
|
|
|
"@typescript-eslint/no-var-requires": 0,
|
2019-09-07 17:46:50 -05:00
|
|
|
"@typescript-eslint/ban-ts-ignore": 0,
|
2019-12-15 02:52:55 -05:00
|
|
|
"@typescript-eslint/no-inferrable-types": 0,
|
|
|
|
"@typescript-eslint/no-empty-function": 0,
|
2019-08-25 12:16:43 -05:00
|
|
|
"@typescript-eslint/no-this-alias": ["warn"],
|
2019-07-16 01:40:01 -05:00
|
|
|
"@typescript-eslint/no-use-before-define": 0,
|
|
|
|
"@typescript-eslint/array-type": ["warn"],
|
|
|
|
"@typescript-eslint/no-explicit-any": 0,
|
|
|
|
"@typescript-eslint/indent": 0,
|
2019-12-23 03:29:27 -05:00
|
|
|
"@typescript-eslint/interface-name-prefix": 0,
|
|
|
|
"import/order": 0
|
2017-07-13 16:28:45 -05:00
|
|
|
}
|
|
|
|
}
|