-
-
Notifications
You must be signed in to change notification settings - Fork 706
Comparing changes
Open a pull request
base repository: vuejs/eslint-plugin-vue
base: v8.5.0
head repository: vuejs/eslint-plugin-vue
compare: v8.7.1
- 18 commits
- 202 files changed
- 7 contributors
Commits on Feb 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 508ea0e - Browse repository at this point
Copy the full SHA 508ea0eView commit details
Commits on Mar 6, 2022
-
Auto-fix for vue/component-tags-order (#1811)
* feat: 🎸 finish sort order * Auto-fix for vue/component-tags-order * use fix:true and output for test case Apply suggestions from code review Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com> * fix lint Co-authored-by: IWANABETHATGUY <974153916@qq.com> Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8f09420 - Browse repository at this point
Copy the full SHA 8f09420View commit details
Commits on Mar 19, 2022
-
* Add rule docs headings checker * Fix typo in rule docs heading * Standardize heading order in rule docs * Add markdownlint * Use `dash` style for all unordered lists `ul-style` MarkdownLint rule * Standardize unordered list indentation `ul-indent` MarkdownLint rule * Remove trailing spaces `no-trailing-spaces` MarkdownLint rule * Collapse consecutive empty lines `no-multiple-blanks` MarkdownLint rule * Add empty line after headings `blanks-around-headings` MarkdownLint rule * Add empty lines after code blocks `blanks-around-fences` MarkdownLint rule * Add empty lines before lists `blanks-around-lists` MarkdownLint rule * Add link title `no-bare-urls` MarkdownLint rule * Convert bold paragraph to heading `no-emphasis-as-heading` MarkdownLint rule * Fix trailing space in inline code `no-space-in-code` MarkdownLint rule * Add language to code blocks `fenced-code-language` MarkdownLint rule * Disable `no-inline-html` MarkdownLint rule in one place * Fix wrong link syntax
Configuration menu - View commit details
-
Copy full SHA for 0924d62 - Browse repository at this point
Copy the full SHA 0924d62View commit details
Commits on Mar 23, 2022
-
Add
prefer-prop-type-boolean-firstrule (#1822)* Add `prefer-prop-type-boolean-first` rule * fix docs * update docs * merge valid test cases * add more tests * Add explanation to eslint-disable comment Co-authored-by: Flo Edelmann <florian-edelmann@online.de>
Configuration menu - View commit details
-
Copy full SHA for f5f4f97 - Browse repository at this point
Copy the full SHA f5f4f97View commit details -
Add new rule: no-restricted-html-elements (#1820)
* Add new rule: html-forbid-elements * PR Feedback * Update lib/rules/no-restricted-html-elements.js Co-authored-by: Flo Edelmann <florian-edelmann@online.de> * Update docs/rules/no-restricted-html-elements.md Co-authored-by: Flo Edelmann <florian-edelmann@online.de> * Update lib/rules/no-restricted-html-elements.js Co-authored-by: Flo Edelmann <florian-edelmann@online.de> * Update tests/lib/rules/no-restricted-html-elements.js Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com> * Update tests/lib/rules/no-restricted-html-elements.js Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com> * Update tests/lib/rules/no-restricted-html-elements.js Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com> * Update tests/lib/rules/no-restricted-html-elements.js Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com> * Update tests/lib/rules/no-restricted-html-elements.js Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com> * Update tests/lib/rules/no-restricted-html-elements.js Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com> * Update docs/rules/no-restricted-html-elements.md Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com> * Update tests/lib/rules/no-restricted-html-elements.js Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com> * Update docs/rules/no-restricted-html-elements.md Co-authored-by: Flo Edelmann <florian-edelmann@online.de> * Update docs/rules/no-restricted-html-elements.md Co-authored-by: Flo Edelmann <florian-edelmann@online.de> * Update docs/rules/no-restricted-html-elements.md Co-authored-by: Flo Edelmann <florian-edelmann@online.de> * run npm update * Remove messages block * Update docs/rules/no-restricted-html-elements.md * Update docs/rules/no-restricted-html-elements.md * Fix demo site Co-authored-by: Flo Edelmann <florian-edelmann@online.de> Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1ce68fa - Browse repository at this point
Copy the full SHA 1ce68faView commit details
Commits on Apr 4, 2022
-
Fix #1808: Lint slots in attribute-hyphenation (#1826)
* Fix #1808: Lint slots in attribute-hyphenation * remove includeSlots option * remove stray linting
Configuration menu - View commit details
-
Copy full SHA for f59de96 - Browse repository at this point
Copy the full SHA f59de96View commit details
Commits on Apr 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4dfbe33 - Browse repository at this point
Copy the full SHA 4dfbe33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83290b7 - Browse repository at this point
Copy the full SHA 83290b7View commit details
Commits on Apr 11, 2022
-
Fix #1819: Enforce order between script and script setup (#1825)
* Fix #1819: Enforce order between script and script setup * update defaults to match documentation * Use CSS selector syntax * remove incorrect documentation of default behavior for script setup * Fix bug with multiple not pseudo-selectors * revert component tags order docs * update docs * Update error message * update headers * update docs more better * Update tests/lib/rules/component-tags-order.js Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com> * Update tests/lib/rules/component-tags-order.js Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com> * Update tests/lib/rules/component-tags-order.js Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com> * Update tests/lib/rules/component-tags-order.js Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com> * Update docs/rules/component-tags-order.md Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com> * don't move the message block Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 926064c - Browse repository at this point
Copy the full SHA 926064cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 124cc37 - Browse repository at this point
Copy the full SHA 124cc37View commit details
Commits on Apr 12, 2022
-
Improve usage of postcss-selector-parser (#1842)
* Add CSS selector parser * Change to use selector parser in `component-tags-order` rule. * Update tests/lib/utils/selector.js Co-authored-by: Flo Edelmann <florian-edelmann@online.de> * Update fixtures * Update lib/rules/component-tags-order.js Co-authored-by: Flo Edelmann <florian-edelmann@online.de> * Update lib/rules/component-tags-order.js Co-authored-by: Flo Edelmann <florian-edelmann@online.de> * Update lib/utils/selector.js Co-authored-by: Flo Edelmann <florian-edelmann@online.de> * Update tests/lib/utils/selector.js Co-authored-by: Flo Edelmann <florian-edelmann@online.de> * format and update fixtures * Refactor * rename var Co-authored-by: Flo Edelmann <florian-edelmann@online.de>
Configuration menu - View commit details
-
Copy full SHA for 1e375bc - Browse repository at this point
Copy the full SHA 1e375bcView commit details -
* Fix #1786: Add rule match-component-import-name * Write the documentation for match-component-import-name * fix(1786): Respond to PR feedback * Update lib/rules/match-component-import-name.js Co-authored-by: Flo Edelmann <florian-edelmann@online.de> * Don't change utils if you can avoid it * update docs * Update docs/rules/match-component-import-name.md Co-authored-by: Flo Edelmann <florian-edelmann@online.de> * Update docs/rules/match-component-import-name.md Co-authored-by: Flo Edelmann <florian-edelmann@online.de> * Update docs/rules/match-component-import-name.md Co-authored-by: Flo Edelmann <florian-edelmann@online.de> * Update docs/rules/match-component-import-name.md Co-authored-by: Flo Edelmann <florian-edelmann@online.de> * remove case option * remove stray newline * Remove prefix; handle computed properties * but who lints the linters Co-authored-by: Flo Edelmann <florian-edelmann@online.de>
Configuration menu - View commit details
-
Copy full SHA for 46da539 - Browse repository at this point
Copy the full SHA 46da539View commit details -
* Add failing test case * fix #1836: support script[setup] in multi-word-component-names
Configuration menu - View commit details
-
Copy full SHA for a473a0d - Browse repository at this point
Copy the full SHA a473a0dView commit details
Commits on Apr 20, 2022
-
Fix false positives for script setup with ts literal type in `vue/req…
…uire-valid-default-prop` (#1854) * Fix false positives for script setup with ts literal type in `vue/require-valid-default-prop` * remove dupe test * Add testcase * Update tests/lib/rules/require-valid-default-prop.js Co-authored-by: Flo Edelmann <florian-edelmann@online.de> Co-authored-by: Flo Edelmann <florian-edelmann@online.de>
Configuration menu - View commit details
-
Copy full SHA for 62e2620 - Browse repository at this point
Copy the full SHA 62e2620View commit details
Commits on Apr 21, 2022
-
Add new rule: vue/define-macros-order (#1855) (#1856)
* Add new rule: vue/define-macros-order (#1855) * Fix review comments * Add review case * Fix review comments * Fix review comments * Add semicolons * Add some newline heuristics * Fix slice review
Configuration menu - View commit details
-
Copy full SHA for 213042c - Browse repository at this point
Copy the full SHA 213042cView commit details
Commits on Apr 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8900a96 - Browse repository at this point
Copy the full SHA 8900a96View commit details -
vue/define-macros-order bug (#1861)
* define-macros-order bugs * define-macros-order bugs revert
Configuration menu - View commit details
-
Copy full SHA for d3652d2 - Browse repository at this point
Copy the full SHA d3652d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b60dabd - Browse repository at this point
Copy the full SHA b60dabdView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v8.5.0...v8.7.1