#10. Добавление localStorage сервиса, добавлены верхнее и нижнее меню приложения (#11)

This commit is contained in:
Nikolay
2020-12-26 22:33:23 +03:00
committed by GitHub
parent 31ad97954b
commit ef4a6ecbc8
37 changed files with 373 additions and 174 deletions

View File

@ -84,8 +84,9 @@
"require-await": "warn",
"wrap-iife": ["warn", "inside"],
"yoda": "warn",
"no-shadow": "warn",
"no-shadow": "off",
"@typescript-eslint/no-use-before-define": "off",
"@typescript-eslint/no-shadow": "warn",
"@typescript-eslint/no-namespace": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/no-unused-vars": ["error"],