Commit Graph

3 Commits

Author SHA1 Message Date
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