intechstudio / profile-cloud

0 stars 0 forks source link

Firebase functions should have the same linting, formatting options like the base app. #43

Closed kkerti closed 8 months ago

kkerti commented 11 months ago

Firebase functions are written with typescript. They come by default an eslint option set. Within the functions folder, there is a package.json, with a custom eslint --fix command. Please apply changes, so the cloud functions can be successfully built while the global code style kept right.