molindo / eslint-config-molindo

ESLint config that implements the Molindo styleguide and helps to catch errors.
MIT License
1 stars 2 forks source link

Extend `plugin:@typescript-eslint/recommended-type-checked` #100

Open amannn opened 1 month ago

amannn commented 1 month ago

We currently extend:

https://github.com/molindo/eslint-config-molindo/blob/f8cfb0aec4f8526ef795c97869a3452d618f5505/typescript.js#L15-L18

Could switch to plugin:@typescript-eslint/recommended-type-checked, e.g. this looks cool: no-unnecessary-type-assertion.