-
Notifications
You must be signed in to change notification settings - Fork 54
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: BenoitZugmeyer/eslint-plugin-html
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: BenoitZugmeyer/eslint-plugin-html
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 3 commits
- 5 files changed
- 1 contributor
Commits on Feb 2, 2019
-
fix: scope sharing should not be influenced by globalReturn: true
The 'node' environment sets parserOptions.ecmaFeatures.globalReturn to 'true'. Because of this, the JS code is considered as wrapped in a function, so declared variables are not in the global scope. To keep the configuration simple, scope sharing is only activated by parserOptions.sourceType = 'module', so setting globalReturn to true should still consider variables declared in the script body to be exported to the following scopes. Partially fixes #100
Configuration menu - View commit details
-
Copy full SHA for 551b01d - Browse repository at this point
Copy the full SHA 551b01dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 609869f - Browse repository at this point
Copy the full SHA 609869fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 402442a - Browse repository at this point
Copy the full SHA 402442aView commit details
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.