aegir
aegir copied to clipboard
Move all linter rules to eslint
Currently we have linter rules defined both in tsconfig.json, handled by the typescript compiler AND linter rules defined in the eslint config, handled by eslint.
The typescript linter rules are really annoying devex, as they prevent building and experimenting with working code because of linter errors.
Describe the solution you'd like
- [x] Replace all typescript linter rules with eslint linter rules
Additional context
https://github.com/ipfs/aegir/blob/72d2fcd061a7aa22cd0fadbff99610eee83cec0c/src/config/tsconfig.aegir.json#L24-L28
@wemeetagain the PR to eslint-config-ipfs has shipped so you should be all good to PR your changes here 👍