PleaseAI Code Style
Shared ESLint, Prettier, and EditorConfig configurations for consistent code style across PleaseAI projects — plus a CLI that wires them up in one command.
Packages
Everything you need for consistent code style, shipped as focused packages.
Quick Start
The fastest path is the CLI — it installs the packages and writes the config files for you.
bunx @pleaseai/code-style
pnpm dlx @pleaseai/code-style
npx @pleaseai/code-style
Prefer to wire things up by hand? Install the ESLint config directly:
bun add -D @pleaseai/eslint-config eslint
pnpm add -D @pleaseai/eslint-config eslint
npm install -D @pleaseai/eslint-config eslint
eslint.config.ts
import pleaseai from '@pleaseai/eslint-config'
export default pleaseai()