You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
We have config for
eslint
right now in the VSCode settings file. I would like to propose the following changes:package.json
eslint
,@typescript-eslint/eslint-plugin
,@typescript-eslint/parser
todevDependencies
eslintConfig
section (see Configuring ESLint) migrating the rules specified in.vscode/settings
lint
script to automatically runeslint
eslint-plugin-prettier
eslint
errors and warningsCurrently there are 5 ESLint errors and 19 warnings, but none are meaningful -- just unused variables and usages of
var
instead oflet
orconst
. So there is no need for a substantial rewrite.This will set us up to be able to automate ESLint with Github Actions.
The text was updated successfully, but these errors were encountered: