Skip to main content

3 posts tagged with "Coding Standards"

Best practices and standards for coding.

View All Tags

ESLint Plugin Hub

· 2 min read
Lakin Mohapatra
Tech Lead @ Mindfire Solutions
Anand Kumar
Software Engineer @ Mindfire Solutions

@mindfiredigital/eslint-plugin-hub is a collection of powerful custom ESLint rules designed to help you enforce consistent coding standards and best practices across your JavaScript, TypeScript, React, Angular, and Vue.js projects.

This plugin enforces naming conventions, file structure, and function complexity rules, ensuring that your code remains clean, scalable, and maintainable.

How ESLint Plugin Hub Helps You Write Better Code

· 2 min read
Anand Kumar
Software Engineer @ Mindfire Solutions

The Importance of Linting

Linting tools like ESLint are vital in helping developers catch syntax errors, poor code formatting, and potential bugs before they make it into production. But with @mindfiredigital/eslint-plugin-hub, we take things a step further by enforcing naming conventions, file organization, and function standards.

Interactive ESLint Plugin Hub Demo

· 2 min read
Anand Kumar
Software Engineer @ Mindfire Solutions

@mindfiredigital/eslint-plugin-hub is a powerful tool that enforces consistent coding practices across your JavaScript, React, Angular, and TypeScript projects.

What does this plugin do?

It automatically checks your code for common errors and enforces best practices, like proper naming conventions and code organization. This helps keep your code clean, readable, and maintainable.