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

10 lines (8 loc) 299 B
const reactComponentNameMatchFilename = require('./plugin/react-component-name-match-filename'); const reactFilenamePascalCase = require('./plugin/react-filename-pascalcase'); module.exports = { rules: { ...reactComponentNameMatchFilename.rules, ...reactFilenamePascalCase.rules, }, };