{ "extends": [ "@verdaccio" ], "rules": { "@typescript-eslint/no-var-requires": ["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 } }