quick-lint-js
quick-lint-js copied to clipboard
Complete error docs
We're missing docs for a bunch of error codes, especially for TypeScript errors. Make sure we have everything documented before we release 3.0.
To make this work, we need to allow the error docs to choose between JavaScript and TypeScript.
To make this work, we need to allow the error docs to choose between JavaScript and TypeScript.
Done in commit 409133786bce5b4970ccfbff1169c8c5a6104e81.
I've been making good progress. Only 39 more docs to go.
As I write docs, I'm noticing issues in diagnostics (from typos to wrong lints to possible improvements). I've been fixing these issues as I go.
I think writing docs in batches, instead of writing docs as I write lint rules, is good. It gives me time away from the lint rules, so I can reevaluate them with a fresh mind.
I finished documenting all the current diagnostics, as of commit f39a34b58fb8817c7b1a3c9c6684888ac752060a.
I will leave this task open as a reminder before shipping 3.0.