Shared ESLint config for Froide and related projects.
Install the config and its peer dependencies:
pnpm add -D eslint prettier prettier-config-standard @okfde/eslint-config-froide
Then, create an eslint.config.mjs
file:
import config from '@okfde/eslint-config-froide'
export default config
That should be it!
pnpm eslint