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
Rewrite the code in TypeScript.
The project wasn't started as TypeScript, as markdownlint types was light and often incorrect, but this changed, and greatly improved.
As the types improved, and are now "good", we use TypeScript to lint the JSDOC since this commit: 1ddcdc7.
As we're already using TypeScript, but to lint JavaScript, it makes sense, to instead directly use TypeScript syntax.
The text was updated successfully, but these errors were encountered:
Type of Improvement
Refactoring code
Proposal
Rewrite the code in TypeScript.
The project wasn't started as TypeScript, as
markdownlint
types was light and often incorrect, but this changed, and greatly improved.As the types improved, and are now "good", we use TypeScript to lint the JSDOC since this commit: 1ddcdc7.
As we're already using TypeScript, but to lint JavaScript, it makes sense, to instead directly use TypeScript syntax.
The text was updated successfully, but these errors were encountered: