-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create react native project and add precommit for linting purpose #1
Conversation
README.md
Outdated
|
||
![Travis (.com)](https://img.shields.io/travis/com/marmelab/foss-starter-kit.svg) ![GitHub top language](https://img.shields.io/github/languages/top/marmelab/foss-starter-kit.svg) ![GitHub contributors](https://img.shields.io/github/contributors/marmelab/foss-starter-kit.svg) ![foss-starter-kit.svg](https://img.shields.io/github/license/marmelab/foss-starter-kit.svg) ![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg) | ||
![Github Actions status](https://github.com/marmelab/pentaog-react-native/workflows/test/badge.svg)![GitHub top language](https://img.shields.io/github/languages/top/marmelab/foss-starter-kit.svg) ![GitHub contributors](https://img.shields.io/github/contributors/marmelab/foss-starter-kit.svg) ![foss-starter-kit.svg](https://img.shields.io/github/license/marmelab/foss-starter-kit.svg) ![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are still some badge urls pointing to the foss-starter-kit
README.md
Outdated
@@ -30,50 +36,50 @@ To learn more about the contributions to this project, consult the [contribution | |||
|
|||
## Maintainer | |||
|
|||
[![alexisjanvier](https://avatars1.githubusercontent.com/u/547706?s=96&v=4)](https://github.com/alexisjanvier) | |||
[Alexis Janvier](https://github.com/alexisjanvier) | |||
[![alexisjanvier](https://avatars1.githubusercontent.com/u/547706?s=96&v=4)](https://github.com/alexisjanvier) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have to delete all these profiles and add your own ;)
README.md
Outdated
[![JulienMattiussi](https://avatars2.githubusercontent.com/u/39904906?s=96&v=4)](https://github.com/JulienMattiussi) | [![Kmaschta](https://avatars2.githubusercontent.com/u/1819833?s=96&v=4)](https://github.com/Kmaschta) | [![Luwangel](https://avatars2.githubusercontent.com/u/5584839?s=96&v=4)](https://github.com/Luwangel) | ||
:---:|:---:|:---: | ||
[JulienM](https://github.com/JulienMattiussi) | [Kmaschta](https://github.com/Kmaschta) | [Adrien Amoros](https://github.com/Luwangel) | ||
| [![JulienMattiussi](https://avatars2.githubusercontent.com/u/39904906?s=96&v=4)](https://github.com/JulienMattiussi) | [![Kmaschta](https://avatars2.githubusercontent.com/u/1819833?s=96&v=4)](https://github.com/Kmaschta) | [![Luwangel](https://avatars2.githubusercontent.com/u/5584839?s=96&v=4)](https://github.com/Luwangel) | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have to delete the team
Description
Initialize React native project and adding Prettier & pre-commit configuration.
ToDo list:
Husky in V5 doesn't create properly git hooks folder, see issue, that's why I fixed the version to V4