9.0.1 • Published 2 months ago

eslint-config-zakodium v9.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

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