diff --git a/.eslintrc.json b/.eslintrc.json deleted file mode 100644 index 3e90b47..0000000 --- a/.eslintrc.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "rules": { - "@typescript-eslint/no-explicit-any": "off" - } -} \ No newline at end of file diff --git a/.gitignore b/.gitignore index 4e40272..618dd84 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,5 @@ -.idea/ .vscode/ node_modules/ -build/ -tmp/ -temp/ -keys/ \ No newline at end of file +keys/ +yarn.lock +package.lock.json \ No newline at end of file