Remove lint rule overrides (#583)

* Remove lint rule overrides

* Swap to base rules
This commit is contained in:
Jaco
2022-01-02 18:11:06 +01:00
committed by GitHub
parent 81b8116742
commit dcd9b1b691
-9
View File
@@ -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'
}
};