From 202fe647300645c2727b4c4c9314d44703a67233 Mon Sep 17 00:00:00 2001 From: anseki Date: Thu, 3 Jun 2021 21:49:13 +0900 Subject: [PATCH] Update project template --- .eslintrc.json | 2 +- .gitignore | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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