Commit graph

13 commits

Author SHA1 Message Date
20fb969959 Update loaders
Plus configure prettier to run via eslint. That makes it easier
to hide certain blocks of code from the linter.
2024-06-09 15:28:35 -03:00
8e7fc9d6d5 Fix eslint 2024-04-30 01:05:48 -03:00
d92c6ab2e2 Disable conflicting eslint rules
Conflict with prettier
2023-07-13 14:11:07 -03:00
Robert
5f300681d2
Add new packet interface (#130) 2023-06-23 21:58:56 -03:00
914c918eaa Add a simpler, more organized i18n.ts implementation 2023-03-11 08:35:49 -03:00
7b27a645ab Allow non-null assertions 2023-03-11 08:11:41 -03:00
44fdb443f8 Enable eslint rule "object-curly-spacing" 2023-01-09 07:03:05 -03:00
5c8247aedb Add lib/slice.ts 2023-01-05 19:31:32 -03:00
af5ecfef66 Add eslint "quotes" rule
By default this rule expects single quotes to be used
2023-01-05 00:16:30 -03:00
22fd27bba9 Add "@typescript-eslint/member-delimiter-style" rule
Apply to all files in /src/js/
2023-01-04 23:48:35 -03:00
616f5d6073 add "WebPackage"
The "WebPackage" object allows for scripts, stylesheets, fonts, images
and other webpage assets to be downloaded for the page's primary content
to use afterwards.
2022-11-18 17:09:32 -03:00
Gyen Abubakar
5e2ab86e22 eslint & prettier setup 2022-11-11 16:09:33 -03:00
2eeeb439ec TypeScript: add ts-standard 2022-11-02 00:53:00 -03:00