-
Notifications
You must be signed in to change notification settings - Fork 51
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: f1d3fd69cbcd13e8aa1bb235d7d20098c59f6eff
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: 12047e752d3f0904541e37ad7ffacde6149e2388
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
11
contributors
Commits on Sep 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e758302 - Browse repository at this point
Copy the full SHA e758302View commit details -
Configuration menu - View commit details
-
Copy full SHA for 880226e - Browse repository at this point
Copy the full SHA 880226eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 111bd85 - Browse repository at this point
Copy the full SHA 111bd85View commit details
Commits on Nov 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8706cb1 - Browse repository at this point
Copy the full SHA 8706cb1View commit details -
chore: drop support of Node.js 4 from travis
The plugin tests were executed in Node.js 4, but ESLint 5 does not support Node.js 4 anymore, so tests are failing. Follow the ESLint release and drop support from Node.js 4 too.
Configuration menu - View commit details
-
Copy full SHA for d4c44ec - Browse repository at this point
Copy the full SHA d4c44ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84df755 - Browse repository at this point
Copy the full SHA 84df755View commit details -
improv: drop support for Vue files
Breaking change. `eslint-plugin-html` should not be used to lint vue files, since the vue puglin is far superior for this usage. Fixes #103
Configuration menu - View commit details
-
Copy full SHA for 8f4bee9 - Browse repository at this point
Copy the full SHA 8f4bee9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ab313b - Browse repository at this point
Copy the full SHA 8ab313bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7038332 - Browse repository at this point
Copy the full SHA 7038332View commit details
Commits on Feb 1, 2019
-
Replace undocumented rules.define() with defineRule()
Christian Kaisermann committedFeb 1, 2019 Configuration menu - View commit details
-
Copy full SHA for 2f3a2b8 - Browse repository at this point
Copy the full SHA 2f3a2b8View commit details
Commits on Feb 2, 2019
-
Merge pull request #112 from kaisermann/fix-define-rule
Replace undocumented rules.define() with defineRule()
Configuration menu - View commit details
-
Copy full SHA for 43e31a8 - Browse repository at this point
Copy the full SHA 43e31a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for edbd5c2 - Browse repository at this point
Copy the full SHA edbd5c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83dcebc - Browse repository at this point
Copy the full SHA 83dcebcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 001c59c - Browse repository at this point
Copy the full SHA 001c59cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d066d8 - Browse repository at this point
Copy the full SHA 0d066d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 389b979 - Browse repository at this point
Copy the full SHA 389b979View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f3df94 - Browse repository at this point
Copy the full SHA 4f3df94View commit details -
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
Commits on May 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ced2723 - Browse repository at this point
Copy the full SHA ced2723View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae77420 - Browse repository at this point
Copy the full SHA ae77420View commit details -
Configuration menu - View commit details
-
Copy full SHA for 080627d - Browse repository at this point
Copy the full SHA 080627dView commit details
Commits on May 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 877080b - Browse repository at this point
Copy the full SHA 877080bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9654a51 - Browse repository at this point
Copy the full SHA 9654a51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0121b53 - Browse repository at this point
Copy the full SHA 0121b53View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf55745 - Browse repository at this point
Copy the full SHA bf55745View commit details
Commits on Jun 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b184c8a - Browse repository at this point
Copy the full SHA b184c8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf6244b - Browse repository at this point
Copy the full SHA cf6244bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 179fc8e - Browse repository at this point
Copy the full SHA 179fc8eView commit details -
tests: drop support for Node 6
ESLint 6 droped the support for Node 6, so tests won't run on it anymore.
Configuration menu - View commit details
-
Copy full SHA for 290bb1d - Browse repository at this point
Copy the full SHA 290bb1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ea6ed2 - Browse repository at this point
Copy the full SHA 7ea6ed2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad4111d - Browse repository at this point
Copy the full SHA ad4111dView commit details
Commits on Aug 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 10cdcb9 - Browse repository at this point
Copy the full SHA 10cdcb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3ef433 - Browse repository at this point
Copy the full SHA d3ef433View commit details -
Configuration menu - View commit details
-
Copy full SHA for 864cc68 - Browse repository at this point
Copy the full SHA 864cc68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5458105 - Browse repository at this point
Copy the full SHA 5458105View commit details
Commits on Aug 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c008bfe - Browse repository at this point
Copy the full SHA c008bfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3326159 - Browse repository at this point
Copy the full SHA 3326159View commit details
Commits on Nov 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6aba3d0 - Browse repository at this point
Copy the full SHA 6aba3d0View commit details
Commits on Apr 4, 2020
-
Merge pull request #122 from tengattack/patch/doc
Update README.md and comments
Configuration menu - View commit details
-
Copy full SHA for ff74934 - Browse repository at this point
Copy the full SHA ff74934View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8c223b - Browse repository at this point
Copy the full SHA d8c223bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9b66ea - Browse repository at this point
Copy the full SHA c9b66eaView commit details
Commits on Apr 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b9520c7 - Browse repository at this point
Copy the full SHA b9520c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38f65bf - Browse repository at this point
Copy the full SHA 38f65bfView commit details
Commits on Apr 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 96d02e4 - Browse repository at this point
Copy the full SHA 96d02e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c60ce7d - Browse repository at this point
Copy the full SHA c60ce7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16e7d7e - Browse repository at this point
Copy the full SHA 16e7d7eView commit details
Commits on Apr 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b9476e0 - Browse repository at this point
Copy the full SHA b9476e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f2c67a - Browse repository at this point
Copy the full SHA 4f2c67aView commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.