Skip to content
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

Update caching-html-compiler #433

Merged
merged 2 commits into from
Dec 29, 2023
Merged

Conversation

StorytellerCZ
Copy link
Collaborator

  • Add missing import
  • Add few missing ;
  • Add .jshintrc for code help with ES6 transition.
  • Update dependencies

Add missing import, few `;` additions. Add .jshintrc for code help with ES6 transition.
@@ -0,0 +1,4 @@
{
"undef": true,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to drop jshint altogether?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For some reason in my IDE it demands it when I open Blaze repo. Right now it doesn't look like there is anything setup, so we should either get some rules here or at least do this minimum setup for people.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think for now we are good with it but we should introduce a stable ESLINT soon

@@ -0,0 +1,4 @@
{
"undef": true,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think for now we are good with it but we should introduce a stable ESLINT soon

@StorytellerCZ StorytellerCZ added this to the 2.8 milestone Dec 22, 2023
@Grubba27 Grubba27 merged commit b0bbe51 into master Dec 29, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants