diff --git a/.eslintrc.json b/.eslintrc.json index 1e19c82..13c1b3d 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,6 +1,6 @@ { "root": true, - "extends": "../../../_common/eslintrc.json", + "extends": "../../_common/files/eslintrc.json", "env": {"node": true}, "rules": { "no-var": "off", diff --git a/.gitignore b/.gitignore index 5c6e52a..7c78742 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,2 @@ .vscode node_modules -npm-debug.log -tmp