Commit Graph

11 Commits

Author SHA1 Message Date
KernelDeimos
2a91edb965 chore: add Buffer to eslint 2024-07-07 17:12:55 -04:00
KernelDeimos
edc5743a61 chore: add incubator/ to eslint ignores 2024-07-07 17:12:55 -04:00
KernelDeimos
7c227ad967 chore: update eslint config 2024-07-07 17:12:55 -04:00
Sam Atkins
00765d0fce chore: Add mods/ directory to eslint 2024-06-24 19:15:02 -04:00
KernelDeimos
cb050b079a chore: update eslint config 2024-06-16 16:41:28 -04:00
KernelDeimos
d5cbc24cfe chore: update lint config 2024-06-15 18:59:32 -04:00
KernelDeimos
e77c5f8bbc chore: update lint config 2024-06-14 23:22:23 -04:00
KernelDeimos
2cc1c5ac6c chore: fix linter errors 2024-06-14 22:01:31 -04:00
KernelDeimos
b85cb50ea2 tweak: update eslint config 2024-06-09 13:14:48 -04:00
KernelDeimos
d047abf31c Update eslint 2024-05-28 19:06:00 -04:00
Sam Atkins
25b35769c5 chore: Set-up eslint
eslint is a static analysis tool that tries to identify bugs and
mistakes in the code. We have quite a variety of code in this repo so
the config is a little complicated, but I've tried to make it clear.
It's found a *lot* of issues (over 1700), and while many of which will
not be actual problems, (it doesn't like us using window properties
without `window.`,) but some definitely are.
2024-05-02 11:21:50 +01:00