Skip to content

Better Linting #15

@awhigham9

Description

@awhigham9

We need to specify some stricter linting rules. There is no specific set of rules in mind, but any more comprehensive rule-set from the TypeScript development community would probably do.

We also need to add a npm run lint and npm run lint-fix command to the package.json. These should be:

"scripts": {
  // other commands. . .
  "lint": "eslint . --ext .ts,.tsx",
  "lint-fix": "eslint . --ext .ts,.tsx --fix"
 }

Lastly, we should add a PR workflow check which runs linting and blocks the PR till linting passes.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions