frmscoe / docs

This is the main directory for all project documentation files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Override linting on a line-scale and not a module-scale

Justus-at-Tazama opened this issue · comments

As an Tazama Platform Operator,
I want to only override sections of the code to exclude them for linting that needs to be overridden,
So that the linting can still be applied to the rest of a code module where linting is appropriate

Acceptance Criteria

  1. Move code-module-level linting override statements to the specific line of code where the override is intended.

e.g. /* eslint-disable @typescript-eslint/no-explicit-any */

at the top of https://github.com/frmscoe/tms-service/blob/main/src/app.ts

should only wrap the line where the override is required.

Acceptance criteria:

  1. Update the Definition of Done
  2. Update the Contributor's Guide

See Migrate ESLint config
#26