-
Notifications
You must be signed in to change notification settings - Fork 9
Fix linting for the new repo 2 #452
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
Open
LNorman8
wants to merge
41
commits into
dev
Choose a base branch
from
eslint-setState
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
367775f
easy fix
LNorman8 284fc08
Set granularity in first render
LNorman8 b3c82af
Just commenting these two out.
LNorman8 7680935
Again, I don't see any effect from removing this.
LNorman8 b0bd918
Nothing outside of the `LayoutEffect` sets any of those three values,…
LNorman8 3a2557d
low hanging fruit
LNorman8 ce5a271
Medium Hanging Fruit
LNorman8 0d311d7
Medium Hanging Fruit but I might be misunderstanding why we were tryi…
LNorman8 030fd87
Revert "Medium Hanging Fruit but I might be misunderstanding why we w…
LNorman8 0ed66a4
Merge branch 'dev' into eslint-setState
LNorman8 01961bf
run formatter :(
LNorman8 0d447f4
Feature/added mobile dontate button to main header (#435) (#442)
roguediv 3f411c0
updated the linter and fixed a couple linter errors (#452)
roguediv 363f3e4
ran prettier (#452)
roguediv 9b241a1
Merge branch 'dev' into eslint-setState
LNorman8 9a0bbcb
Why did the merge do that.
LNorman8 b083f99
Fixed 2 `preserve-manual-memoization` errors.
LNorman8 96296c6
Manually ignore each instance of `set-state-in-effect` rather than gl…
LNorman8 94ac242
Set max warnings to 0.
LNorman8 57dfab1
6
LNorman8 2d8147d
5
LNorman8 247b7f5
4
LNorman8 b2cb869
Merge branch 'dev' into eslint-setState
LNorman8 17b026f
Ok merge issues fixed
LNorman8 fa1b7fd
Merge remote-tracking branch 'origin/dev' into eslint-setState
LNorman8 c6aab25
8 problems. 7 set-state, one immutability with `window.location.href`…
LNorman8 eb11da4
Last little bits of cleanup (i think)
LNorman8 b899073
Now actually got through all of the comments
LNorman8 7f3e1ec
Remove illegal assignment to href
LNorman8 b0abee1
Directly update user in render rather than as part of effect. Other o…
LNorman8 f8656ce
prettier hates semicolons now?
LNorman8 de691fd
5 left.
LNorman8 de78f6f
Revert "5 left."
LNorman8 2f32d24
Merge remote-tracking branch 'origin/dev' into eslint-setState
LNorman8 8731445
4
LNorman8 5fbaebb
3
LNorman8 2e21436
2
LNorman8 0c16941
1
LNorman8 4772b60
Remembered Prettier
LNorman8 0a7795a
0!
LNorman8 ad27c1a
Remembered Prettier :(
LNorman8 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -49,3 +49,4 @@ node_modules/ | |
| #misc | ||
| .direnv | ||
| shell.nix | ||
| .eslintcache | ||
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 |
|---|---|---|
|
|
@@ -2,3 +2,4 @@ | |
| .next/ | ||
| pnpm-lock.yaml | ||
| node_modules/ | ||
| public/images/ | ||
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
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
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.