A standard collection of dev tools and ESLint configurations used across ThatDevCompany projects. Current stable version is 0.3.1. It encapsulates commonly used development dependencies and shared ESLint presets to enforce consistent code style and best practices across multiple repositories. This package is opinionated and tailored for ThatDevCompany's ecosystem, making it easy to set up linting and formatting without repeating configuration. It is not a general-purpose library but rather an internal tooling package.
npm install that-dev-libraryNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates using the ESLint presets from the library in both CJS and ESM configuration files.
Change imports from `commonPresets` to `presets`.
Use `import { presets } from 'that-dev-library'` instead.Rename `.eslintrc.js` to `.eslintrc.cjs` or use ESM syntax.
Add required plugins to your `devDependencies` as shown in README.
Use `TypeConfig` import only if necessary; expect breaking changes.
Run `npm install that-dev-library` from project root.
Use `.mjs` extension or `type: module` in package.json, or use `.cjs` with require().
Update package to version >=0.2.0.
Spread the object: `...presets.eslint` instead of calling it.
No dependency data recorded yet.