PREreview / prereview

MIT License
9 stars 0 forks source link

Lint the whole codebase #422

Open thewilkybarkid opened 3 years ago

thewilkybarkid commented 3 years ago

ESLint has only been enabled for the src/backend directory, and, seemingly only JavaScript files.

All code should be listed.

Refs #395

thewilkybarkid commented 3 years ago

The only unlinted code is the frontend, which unfortunately has a lot of errors.

thewilkybarkid commented 3 years ago

@typescript-eslint/recommended-requiring-type-checking should be used too.