@abinnovision/eslint-config-base

💥 Commons for the JavaScript ecosystem (includes ESLint configs, Prettier config, etc.)


License
Apache-2.0
Install
npm install @abinnovision/eslint-config-base@3.0.2

Documentation

@abinnovision/js-commons

Shared JavaScript and TypeScript configurations for AB INNOVISION GmbH projects.

Packages

This monorepo publishes the following npm packages under the @abinnovision scope:

ESLint

Code Formatting

Commit Messages

All packages are published to npm and GitHub Packages Registry.

Quick Start

Visit the individual package READMEs above for installation and usage instructions.

Development

This is a Yarn 4 monorepo using Turbo for build orchestration.

Prerequisites

  • Node.js 24.x or later
  • Yarn 4.11.0 (managed via Corepack)

Commands

# Build all packages
yarn build

# Run quality checks (lint + format)
yarn check

# Fix formatting and linting issues
yarn fix

# Clean build outputs
yarn clean

License

Apache-2.0