@do-ob/eslint-config

2.2.1 • Public • Published

do-ob logo

TypeScript ESM Configuration

A standard base configuration for linting modern TypeScript ESM projects in the do-ob organization. Ideal for NodeJS libraries or applications.

⚠️ This package is only compatible with ESLint 9.0.0 or higher.

Installation

Install the configuration package with NPM or PNPM.

npm install -D @do-ob/eslint-config
pnpm add -D @do-ob/eslint-config

Extend the package's eslint.config.{js,mjs,cjs}.

import doob from '@do-ob/eslint-config';

export default [
  ...doob.configs.recommended,
];

Package Sidebar

Install

npm i @do-ob/eslint-config

Weekly Downloads

39

Version

2.2.1

License

MIT

Unpacked Size

4.29 kB

Total Files

5

Last publish

Collaborators

  • eric-crowell