Integrates Prettier and ESLint with Gatsby, automatically formatting and linting files on save or during development. Version 1.0.6 is the latest (no release cadence specified). It runs in watch mode, supports initial full scan, and can be configured to process different file patterns for Prettier and ESLint separately. Unlike other plugins, it requires explicit peer dependency installation (prettier, eslint, gatsby ≥2.0.0) and offers granular control via gatsby-config options. It is ideal for keeping code style consistent during Gatsby development without manual formatting steps.
Verified import paths — ran on the pinned version, not inferred.
This is a Gatsby plugin, not a standard ES module. It is configured in gatsby-config.js using CommonJS module.exports.
Shows minimal gatsby-config setup using gatsby-plugin-prettier-eslint with Prettier for CSS/JSON etc. and ESLint for JS/TS files.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.