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

View File

@@ -1,6 +1,9 @@
# Dependency directories
node_modules/
jspm_packages/
/node_modules/**
/jspm_packages/**
# yarn v2
.yarn/
/.yarn/**
# build
/lib/**