aboutsummaryrefslogtreecommitdiff
path: root/input/option.d.ts
AgeCommit message (Collapse)Author
2023-10-24all: fix all linter warnings from tsc and eslintShulhan
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
2021-09-05input: implement class for input with selectShulhan
The WuiInputSelect create an HTML input for selecting one more item.