diff --git a/.eslintrc.js b/.eslintrc.js index 6313d656..d7dc3153 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -14,14 +14,5 @@ module.exports = { project: [ './tsconfig.eslint.json' ] - }, - rules: { - ...base.rules, - // add override for any (a metric ton of them, initial conversion) - '@typescript-eslint/no-explicit-any': 'off', - // these should be removed, there are 8 of them as errors - '@typescript-eslint/no-non-null-assertion': 'off', - // this seems very broken atm, false positives - '@typescript-eslint/unbound-method': 'off' } };