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
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:
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
andnpm run lint-fix
command to the package.json. These should be:Lastly, we should add a PR workflow check which runs linting and blocks the PR till linting passes.
The text was updated successfully, but these errors were encountered: