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
zalan-racz-gaijin edited this page Jun 13, 2024
·
2 revisions
ESLint
ESLint is a static analysis tool for finding problems in TypeScript (and JavaScript) code, without running it. You can use it by running the eslintscript, and you can find the configuration in .eslintrc.js. The CI pipeline also uses it, and you won't be able to merge a Pull Request without the pipeline succeeding.
Prettier
Prettier also does linting, however, it has its own page.