--- rules: '@typescript-eslint/no-useless-constructor': warn '@typescript-eslint/restrict-plus-operands': error '@typescript-eslint/no-use-before-define': 'off' '@typescript-eslint/consistent-type-assertions': - error - assertionStyle: 'as' objectLiteralTypeAssertions: 'allow-as-parameter' '@typescript-eslint/explicit-member-accessibility': warn '@typescript-eslint/explicit-function-return-type': - warn - allowExpressions: true allowTypedFunctionExpressions: true allowHigherOrderFunctions: true '@typescript-eslint/camelcase': - error