Skip to content

Commit

Permalink
Update project template
Browse files Browse the repository at this point in the history
  • Loading branch information
anseki committed Jun 3, 2021
1 parent cd22c02 commit c4688be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"root": true,
"extends": "../../../../_common/eslintrc.json",
"extends": "../../_common/files/eslintrc.json",
"env": {"node": true}
}
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
node_modules
.vscode
node_modules

0 comments on commit c4688be

Please sign in to comment.