-
Notifications
You must be signed in to change notification settings - Fork 62
Closed
Description
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
Additional context
aegir/src/config/tsconfig.aegir.json
Lines 24 to 28 in 72d2fcd
// linter checks | |
"noImplicitReturns": false, | |
"noFallthroughCasesInSwitch": true, | |
"noUnusedLocals": true, | |
"noUnusedParameters": false, |
SgtPookiachingbrain
Metadata
Metadata
Assignees
Labels
No labels