deemix-gui/server/.eslintrc.yml

17 lines
305 B
YAML
Raw Permalink Normal View History

---
extends:
- "@nuxtjs"
- plugin:prettier/recommended
plugins:
- "@typescript-eslint"
parserOptions:
parser: "@typescript-eslint/parser"
rules:
"@typescript-eslint/no-unused-vars":
- error
- args: all
argsIgnorePattern: ^_
no-unused-vars: off
no-console: off
2021-04-24 18:08:08 +02:00
camelcase: off