question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

eslint-config: Sync agoric-sdk once and then delete its fork

See original GitHub issue

Currently, powerful globals like setTimeout are allowed by default. We should alter the eslint-config such that powerful globals need to be expressly requested with a /* globals */ jslint comment.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
kriskowalcommented, Aug 16, 2021

Covered by @michaelfig’s recent work to add Jessie lint.

0reactions
kriskowalcommented, Jun 15, 2021

The dapps evidently depend on the versions in the agoric monorepo without expressing a dependency themselves. So, before deleting the agoric variant, I’ll need to also update all the dapps.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What happens to forks when a repository is deleted or ...
If a public repository is made private, its public forks are split off into a new network. As with deleting a public repository,...
Read more >
Delete fork dependency of a GitHub repository - Stack Overflow
delete the git folder from your local copy; commit the project as you normally would a new project. You can just delete the...
Read more >
Once I did a PR on a repo, should I delete my fork?
The 7th step can be done at any moment, as a way to sync your master branch with the original project. Then, you...
Read more >
How to sync your fork with the original repository - Lj Miranda
Our fork is now fully-synced with the original repository. The commits should match one-to-one, without merge commits nor strays . This is ...
Read more >
Sync a GitHub Repo: How To Ensure Your GitHub Fork Is Up ...
After creating a pull request, you merge the pull request to apply the changes from the original repository to your fork. When you...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found