Geoffrey Copinblog.sylver.dev·Nov 24, 2022Build a custom Javascript linter in 5 minutesCreating a custom linter can be a great way to enforce coding standards and detect code smells. In this tutorial, we'll use Sylver, a source code query engine to build a custom Javascript linter in just a few lines of code. Sylver's main interface is...974 readsJavaScript
Weverton TimoteoforSourceLevel's blogsourcelevel.hashnode.dev·Mar 15, 2022RuboCop: How to install and configureThat Code quality is important, and any high-performing team knows it, but do you follow a guideline to standardize your codebase and make sure that everyone is going and looking in the same direction? Making a brief introduction, this is the goal of...37 readsRuby