Fonto Why & How: How do I set up linting for my editor!?

30 Nov 2023
We manage an example editor hosted on GitHub, which is actively contributed to by a diverse group of developers. Given the inherent diversity in their choice of operating systems and IDEs, achieving uniformity in coding styles becomes challenging. To address this issue, we use ESLint, a tool designed to assist us in adhering to the project-specific coding standards, ensuring consistency across your codebase. The prerequisites for this blog post assume that you have already upgraded your project to TypeScript. We previously discussed the process of transitioning to TypeScript in one of our earlier blog posts.