Add tag page

This commit is contained in:
3nprob
2021-10-08 15:45:56 +09:00
parent dbb0906312
commit 43141a802e
8 changed files with 174 additions and 12 deletions

View File

@@ -81,6 +81,7 @@
"keyword-spacing": [1, {"before": true, "after": true}],
"space-before-blocks": [1, "always"],
"@typescript-eslint/ban-ts-ignore": 0,
"@typescript-eslint/ban-types": 0,
"@typescript-eslint/explicit-function-return-type": 0,
"@typescript-eslint/explicit-module-boundary-types": 0,
"@typescript-eslint/no-shadow": ["error"],