-
-
Notifications
You must be signed in to change notification settings - Fork 1k
[Monorepo] Setup linters #3503
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
Merged
Merged
[Monorepo] Setup linters #3503
Changes from 65 commits
Commits
Show all changes
68 commits
Select commit
Hold shift + click to select a range
fc8e50d
Move config files
m-bert 1de55d5
Test
m-bert baca7e6
Test2
m-bert cedad03
Update package.json
m-bert d7c340a
Fix husky path
m-bert ea00daa
Fix one CI
m-bert 2c176ce
Bring back old versions
m-bert a49ffca
update lockfile
m-bert 4ec5f5f
Add working dir to circular dependency check
m-bert c66dd04
Add BasicExample app
m-bert 47f671e
Add husky to root package.json
m-bert 0b0c540
Merge branch '@mbert/monorepo-move-config-files' into @mbert/monorepo…
m-bert 697ed7d
Remove unused variable
m-bert 6b92cb5
It works :o
m-bert cf20fc5
Add web
m-bert 646409b
Add basic MacOSExample
m-bert ab7afd4
Change tsconfig
m-bert 89a7544
Remove android and ios dirs
m-bert a6711c8
Add basic examples
m-bert 958de88
Add CommonApp
m-bert f905eab
Use CommonApp in ExpoExample
m-bert 3fbed8b
Update package.json and yarn.lock
m-bert f6f6dd4
Add CommonApp to macos
m-bert ac136e8
Update yarn.lock
m-bert 7da0eb6
Android build CI
m-bert 852a242
Docs CI
m-bert 77d865b
iOS build
m-bert f6426b6
Kotlin lint CI
m-bert 558e380
macos CI
m-bert b399724
main CI
m-bert e787855
static-examples
m-bert feac1df
static root
m-bert 69f8b28
Fix workspace script
m-bert d130de3
Update yarn.lock
m-bert 9512329
Bump reanimated
m-bert 63c41a9
Bump safe-area-context
m-bert ee61690
Merge @mbert/monorepo-add-expo-example
m-bert 54f70ea
Bump reanimated
m-bert b78aa63
Merge branch '@mbert/monorepo-add-macos-example' into @mbert/monorepo…
m-bert d35fd12
update locks
m-bert 705d634
Merge branch '@mbert/monorepo-add-common-app' into @mbert/monorepo-fi…
m-bert ade521b
Update eslint
m-bert 83fb405
BasicExample
m-bert 8e0e4ce
CommonApp
m-bert 8c3aa12
Package
m-bert 41cca92
Add eslint scripts
m-bert cb70d7a
Update typescript
m-bert 16c2bad
Fix ts-checks
m-bert 0ade444
Update workflows
m-bert 352828c
Fix faulty script in CIs
m-bert 9b845bd
Disable promise rule
m-bert 499d751
Add format-js
m-bert 57c7109
Add global scripts for lint and format js
m-bert 96de4ea
Fix android formatter paths
m-bert 1708929
Add lint-staged config
m-bert af1663e
Remove unnecessary eslint comment
m-bert 6b3c8af
Remove another comment
m-bert fed3ee5
Mergele @mbert/monorepo
m-bert 8ce355c
Take out the trash
m-bert 7b585ac
Extract gesture handler path to env
m-bert d6fdb27
Add expo app to CI
m-bert e87d619
Add empty postinstall
m-bert d7fb585
Mergele @mbert/monorepo-fix-CI-paths
m-bert ae4cfd9
Install pods conditionally
m-bert 82ef8e4
Merge branch '@mbert/monorepo-fix-CI-paths' into @mbert/monorepo-unif…
m-bert 61d78c9
Mergele @mbert/monorepo
m-bert ca5aba3
Remove postinstall script
m-bert 18ce1a6
Use - scripts in : scripts :)
m-bert File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,6 @@ | ||
| { | ||
| "*.(js|jsx|ts|tsx)": ["yarn eslint", "yarn prettier --write"] | ||
| "**/*.{ts,tsx}": "yarn format:js", | ||
| "packages/react-native-gesture-handler/android/**/*.kt": "yarn format:android", | ||
| "packages/react-native-gesture-handler/apple/**/*.{h,m,mm,cpp}": "yarn format:apple", | ||
| "packages/react-native-gesture-handler/src/specs/*.ts": "yarn sync-architectures" | ||
| } |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.