You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Replace all typescript linter rules with eslint linter rules
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
Additional context
aegir/src/config/tsconfig.aegir.json
Lines 24 to 28 in 72d2fcd
The text was updated successfully, but these errors were encountered: