Skip to content

Commit

Permalink
Merge pull request #71 from nmkataoka/add_town_scene_64
Browse files Browse the repository at this point in the history
Add town scene
  • Loading branch information
nmkataoka authored Jul 26, 2020
2 parents ae884fd + d9b422c commit 13f077a
Show file tree
Hide file tree
Showing 19 changed files with 885 additions and 13 deletions.
11 changes: 10 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,14 @@
"extensions": [".js", ".jsx", ".ts", ".tsx"]
}
}
}
},
"overrides": [
{
"files": ["**/*.test.ts", "**/*.test.tsx"],
"rules": {
"import/no-extraneous-dependencies": ["error", {"devDependencies": true}],
"@typescript-eslint/no-unsafe-call": 0
}
}
]
}
Loading

0 comments on commit 13f077a

Please sign in to comment.