rename all 'writer' to 'photos'

This commit is contained in:
2020-10-12 19:53:36 +03:00
committed by Stepan Usatiuk
parent 63c30750af
commit a8b5117979
9 changed files with 43 additions and 39 deletions

View File

@@ -15,8 +15,8 @@
"lint-frontend-fix": "cd frontend && npm run lint-fix",
"lint-all": "npm run lint && npm run lint-frontend",
"lint-all-fix": "npm run lint-fix && npm run lint-frontend-fix",
"prettier-check": "prettier src/** --check && prettier frontend/src/** --check",
"prettify": "prettier src/** --write && prettier frontend/src/** --write"
"prettier-check": "prettier src/**/*.ts frontend/src/**/*.ts frontend/src/**/*.tsx --check",
"prettify": "prettier src/**/*.ts frontend/src/**/*.ts frontend/src/**/*.tsx --write"
},
"license": "MIT",
"dependencies": {