UNPKG

@mindfiredigital/eslint-plugin-hub

Version:

eslint-plugin-hub is a powerful, flexible ESLint plugin that provides a curated set of rules to enhance code readability, maintainability, and prevent common errors. Whether you're working with vanilla JavaScript, TypeScript, React, or Angular, eslint-plu

9 lines (7 loc) 178 B
const openApiSpecRules = require('./open-api-spec/index.js'); // Add other sub-categories of express if any module.exports = { rules: { ...openApiSpecRules.rules, }, };