Unosquare's shared ESLint configuration, version 0.20.0, providing a consistent code style setup for JavaScript/TypeScript projects. This package includes standard ESLint rules alongside Prettier integration for automatic formatting. Unlike generic configs, this one is tailored for Unosquare's internal projects but can be used by others. It actively releases to match ESLint and Prettier updates. Requires ESLint 8.57.0 and Prettier 3.0.0. Supports both CommonJS and ESM via the main entry point.
npm install eslint-config-unosquareNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Extend your ESLint configuration with Unosquare's shared config using the extends property.
Update to a future version that supports ESLint 9 or switch to flat config manually.
Ensure Prettier 3.0.0 is installed as a dev dependency.
Run npm install eslint-plugin-prettier --save-dev
Remove conflicting rule definitions or adjust your .eslintrc to override correctly.