Skip to content

Commit 88be8cf

Browse files
Resul AvanResul Avan
Resul Avan
authored and
Resul Avan
committed
readme update
1 parent ceaaf12 commit 88be8cf

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ See the [Features](#features) for more functionalities
2323
- [modules](./functions/modules): Shared types and functions between front-end and back-end (firebase-functions and nuxt serverMiddleware)
2424
- [types-module](./functions/modules/types-module): has all shared types (enums, interfaces, constants)
2525
- [handlers-module](./functions/modules/handlers-module): has all express handlers. Also, has all backend services like firebase-admin and firestore
26-
- src: the source of the functions
26+
- `src`: the source of the functions
2727
- [src](./src): nuxt application
2828

2929
```shell script
@@ -138,8 +138,11 @@ See the [Features](#features) for more functionalities
138138
- [x] sms
139139
- [x] uuid
140140
- [x] slug
141-
- [ ] better formatting
142-
- [ ] backend contracts in a npm package
141+
- [x] better formatting
142+
- [x] tslint
143+
- [x] eslint
144+
- [x] linting before `build`
145+
- [x] backend contracts in a npm package
143146

144147
Have a look [Trello Board](https://trello.com/b/6JN23G7A/boiler-plate) for more coming functionality
145148

@@ -288,6 +291,7 @@ npm run dev
288291
- https://www.robinwieruch.de/firebase-facebook-login
289292
- https://qiita.com/simochee/items/e5b77af4aa36bd0f32e5
290293
- https://buefy.org/extensions/veevalidate
294+
- https://github.com/nicolasbeauvais/vue-social-sharing
291295
292296
## Contribution
293297

0 commit comments

Comments
 (0)