Skip to content

Commit 3553945

Browse files
committed
docs: documentation update
1 parent 386ed3e commit 3553945

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Before doing anything else, please simply run the command to initalize the husky
111111
npm run husky:setup
112112
```
113113

114-
`husky:setup` will handle the initizalition, installation and ready to use `commitlint` and `prettier`.
114+
`husky:setup` will handle the initialization, installation and ready to use `commitlint`, `prettier` and `eslint`.
115115

116116
## Rename the project: (Thanks to [react-native-name](https://github.com/junedomingo/react-native-rename))
117117

@@ -164,17 +164,6 @@ sdk.dir=/Users/username/Library/Android/sdk
164164
- [Components](./docs/components.md)
165165
- [Project Structure](./docs/project-structure.md)
166166

167-
# FAQ
168-
169-
### - After cleaning up and initialization everything, **jest test** has the error.
170-
171-
- Go to .husky folder
172-
- Open pre-commit file
173-
- Remove `npm test` part if you do not use jest tests
174-
175-
<img alt="React Native Typescript Boilerplate"
176-
src="assets/faq/faq1.gif" />
177-
178167
# 🔮 Roadmap
179168

180169
- [x] ~~LICENSE~~

assets/faq/faq1.gif

-325 KB
Binary file not shown.

0 commit comments

Comments
 (0)