edm115-lint is a personal, opinionated configuration package for ESLint and OxLint, providing pre-built rulesets optimized for TypeScript projects. Version 0.2.1 is the current stable release with active development. It differentiates by offering both ESLint Stylistic-compatible configs and OxLint configs (new and old format) in a single package, and exposes JSON files for easy import. Release cadence is low; updates are driven by the maintainer's personal needs.
npm install edm115-lintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Sets up ESLint with edm115-lint config, TypeScript parser, and Stylistic plugin.
Use `import { eslint } from 'edm115-lint'` instead of `import edm115Lint from 'edm115-lint'`.Use `import` syntax or set `"type": "module"` in package.json.
Update imports to use `import { oxlint } from 'edm115-lint'` if previously using path-based import.Install peer dependencies manually: `pnpm add -D @stylistic/eslint-plugin @typescript-eslint/parser oxlint` (only needed ones).
Run `pnpm add -D edm115-lint` and ensure import uses correct syntax (`import { eslint } from 'edm115-lint'`).Check the export: use `import { eslint } from 'edm115-lint'` or `import { oxlint } from 'edm115-lint'`.Run `pnpm add -D @stylistic/eslint-plugin`.