Recommended ESLint configuration for Ponder projects. Version 0.16.6, released alongside Ponder framework updates. This package provides a shareable ESLint config tailored to Ponder's TypeScript codebase, enforcing best practices and consistency. It depends on @typescript-eslint/eslint-plugin and @typescript-eslint/parser version ^6.3.0. Alternative to manually configuring ESLint rules for Ponder apps.
Verified import paths — ran on the pinned version, not inferred.
ESLint configs are typically loaded via package name in .eslintrc or eslint.config.js. Use 'eslint-config-ponder' as a string in extends array.
Shows how to extend eslint-config-ponder in a .eslintrc.json file and run ESLint.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.