Add .prettierrc file fixes #56#57
Add .prettierrc file fixes #56#57pranshuchittora merged 1 commit intoreact-native-elements:masterfrom
Conversation
|
Deploy preview for rne-playground ready! Built with commit b77c2b8 |
|
Can you setup Husky with Prettier in this PR? |
Yes sure @pranshuchittora, actually was working on it. Will add husky with prettier And will add eslint to the project as well. |
57bab49 to
8a9c116
Compare
There was a problem hiding this comment.
Added Husky and prettier for consistent styling across the codebase.
- Imp: already ran prettier over all the files in the src directory via npm run format.
- added format script for future reference
- now complete codebase is consistent with styling via prettier.
- and bad commits protected via husky.
Files added:
- .prettierrc
- .prettierignore
- .vscode/recommendation.json [added prettier for contributor to recommend the prettier extension in vscode]
Folder structure
fixes #56 |
- Imp: already ranned prettier over all the files in src directory via npm run format. - added format script for future reference - now complete codebase is consistent with styling via prettier. - and bad commits protected via husky.
8a9c116 to
b77c2b8
Compare
|
Also I want to work on adding eslint to project. Let me know when guideline rfc is updated. Will create a issue and pr for same as soon as you update me. Thanks. |
|
LGTM :) |


fixes #56