We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Let's investigate and agree upon a linting tool for the codebase, that should hopefully help with catching odd erros/mistakes :-)
The "usual choice" in JS world of course is eslint, often together with some rule pack like e.g. https://www.npmjs.com/package/eslint-config-airbnb
The text was updated successfully, but these errors were encountered:
https://typescript-eslint.io/
that's the one I've setup and used for another project of mine, that seems to be working well and is very widespread across JS/TS world :-)
Sorry, something went wrong.
pano9000
Successfully merging a pull request may close this issue.
Describe Task
Let's investigate and agree upon a linting tool for the codebase, that should hopefully help with catching odd erros/mistakes :-)
The "usual choice" in JS world of course is eslint, often together with some rule pack like e.g. https://www.npmjs.com/package/eslint-config-airbnb
The text was updated successfully, but these errors were encountered: