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
To improve the code quality and keep a consistent style I'd like to start using ESLint. While a config seems to exist, it's not installed and no GitHub action exists to check if changes to the code still preserve the style.
Tasks:
Add ESLint to the javascript project
Update the config to the new standards (since ESLint 9)
Fix any errors that ESLint finds
Add GitHub action for ESLint
The text was updated successfully, but these errors were encountered:
To improve the code quality and keep a consistent style I'd like to start using ESLint. While a config seems to exist, it's not installed and no GitHub action exists to check if changes to the code still preserve the style.
Tasks:
The text was updated successfully, but these errors were encountered: