Skip to content

Move all linter rules to eslint #1459

@wemeetagain

Description

@wemeetagain

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

// linter checks
"noImplicitReturns": false,
"noFallthroughCasesInSwitch": true,
"noUnusedLocals": true,
"noUnusedParameters": false,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions