| Age | Commit message (Collapse) | Author |
|
Using multiple lines of content editable is hard, especially when
involving selection, deletion, and managing undo-redo history.
|
|
In this changes we introduce eslint as our linter for TypeScript and
update our tsconfig to be more strict.
The ".eslintrc.yaml" and "tsconfig.json" is taken from golang/website
repository [1].
[1]: https://cs.opensource.google/go/x/website
|
|
I cannot remember how I reformat those files previously, probably without
any tools.
This changes reformat the TypeScript files using prettier and HTML files
using js-beautify.
|
|
See https://kilabit.info/journal/2022/gpl/ for more information.
|
|
|