-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
We have config for eslint right now in the VSCode settings file. I would like to propose the following changes:
package.json
- Add
eslint,@typescript-eslint/eslint-plugin,@typescript-eslint/parsertodevDependencies - Add an
eslintConfigsection (see Configuring ESLint) migrating the rules specified in.vscode/settings - Create a
lintscript to automatically runeslint - Finally, add
eslint-plugin-prettier - Resolve existing
eslinterrors and warnings
Currently there are 5 ESLint errors and 19 warnings, but none are meaningful -- just unused variables and usages of var instead of let or const. So there is no need for a substantial rewrite.
This will set us up to be able to automate ESLint with Github Actions.
Reactions are currently unavailable