The @fis-gmbh/eslint-config-minimal is a minimalistic ESLint configuration for JavaScript and TypeScript development.
You can install the package at your existing development project with:
npm i --save-dev @fis-gmbh/eslint-config-minimal
The minimalistic ESLint configuration can be used by adding the following lines to your .eslint.config.mjs
file:
import minimalConfig from "@fis-gmbh/eslint-config-minimal";
export default [...minimalConfig];