eslint-config-gits
v7.0.8
Published
EsLint Preset for Geenen IT-Systeme
Maintainers
Readme
Custom GITS ESLint Preset
This ESLint-Config provides commonly used configuration for eslint for all our projects, using:
- ESLint
- Prettier
Installation
npm install --save-dev eslint eslint-config-gitsAll ESLint plugins, the parser and Prettier are bundled as dependencies of this
preset and get installed automatically — you only add eslint-config-gits
itself. eslint (^10) stays a peer dependency, so the consuming project
controls its ESLint version.
Example configuration
// eslint.config.mjs
import gitsConfig from 'eslint-config-gits';
export default [...gitsConfig.configs.recommended];
