-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[5.4.0] Update eslint target to 2017 and do initial fixes #9135
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
base: master
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for tiddlywiki-previews ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Confirmed: Arlen22 has already signed the Contributor License Agreement (see contributing.md) |
📊 Build Size Comparison:
|
Branch | Size |
---|---|
Base (master) | 2537.6 KB |
PR | 2537.6 KB |
Diff: ⬆️ Increase: +0.0 KB
@Jermolene this should only be merged if it targets the latest commit (should be 2137444).
|
371e851
to
2137444
Compare
@Arlen22 -- Why did you close the PR? |
- update eslint to 2017 - add self to forbidden globals - fix a few unfixable bugs caught by eslint - convert newer features in twitter-archivist
Confirmed: Arlen22 has already signed the Contributor License Agreement (see contributing.md) |
@Jermolene to make it easier to merge this in, I removed the automated fixes, since you can just as easily run |
This updates the eslint target to 2017 and does a first pass on basic fixes.
I tried to break each action into separate commits. Inspect the diff of each commit.