The shared ESLint configuration for the PPF (Pluggable Payments Frontend) project. Version 0.128.1. This package provides a consistent set of ESLint rules tailored for the PPF codebase, likely including React, TypeScript, and Prettier integrations. It is designed to enforce code quality and style across the project. The package is tightly coupled with the PPF ecosystem and may not be suitable for general use outside of it.
npm install eslint-config-ppfNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to extend the PPF config in an eslintrc file with additional rules.
Use the GitHub package reference or configure npm to access the private registry.
Only use in PPF projects or after verifying rule compatibility.
Lock the version in package.json (e.g., '0.128.1') and review changelog before upgrading.
Ensure package is installed: npm install eslint-config-ppf (if published) or add GitHub reference.
Check rule definitions and override only if necessary; use 'off' or adjust severity.
Verify package is installed and eslintrc is correctly set up (e.g., 'extends: ['ppf']').