root: true
extends:
  - "@willin"
  - plugin:@typescript-eslint/recommended-requiring-type-checking
parserOptions:
  project: ./tsconfig.json
rules:
  no-shadow: 0
