fix eslint config and lint issues

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-02-01 12:46:43 +01:00
parent ae3911e977
commit c11b80183c
8 changed files with 694 additions and 18 deletions

4
.eslintignore Normal file
View File

@@ -0,0 +1,4 @@
/.yarn/**
/lib/**
/coverage/**
/node_modules/**