9 lines
244 B
YAML
9 lines
244 B
YAML
extends:
|
|
- ../../.eslintrc.yaml
|
|
rules:
|
|
# due to the nature of this project, writing code becomes much easier
|
|
# when any can be used in some places
|
|
'@typescript-eslint/no-explicit-any': off
|
|
prefer-rest-params: off
|
|
prefer-spread: off
|