Skip to content

zakodium/eslint-config

Repository files navigation

eslint-config

Various shared ESLint configurations for Zakodium projects

Installation

npm install -D eslint-config-zakodium eslint

Configuration

Create a file named .eslintrc.yml at the root of the project and extend the config that you want to use. Example:

extends:
  - zakodium/ts
  - zakodium/adonis-v5

Available configs