melink14/rikaikun

Tighten recommended typescript lint rules after fixing

Opened this issue · 1 comments

rikaikun/.eslintrc.json

Lines 53 to 58 in 9741683

"@typescript-eslint/no-unsafe-argument": "off",
"@typescript-eslint/no-unsafe-member-access": "off",
"@typescript-eslint/restrict-plus-operands": "off",
"import/no-named-as-default-member": "off",
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-empty-function": [

unsafe rules are because of rp (#790) and the others need to be evaluated and fixed in turn.