-
-
Notifications
You must be signed in to change notification settings - Fork 696
Comparing changes
Open a pull request
base repository: vuejs/eslint-plugin-vue
base: v7.0.1
head repository: vuejs/eslint-plugin-vue
compare: v7.1.0
- 11 commits
- 65 files changed
- 5 contributors
Commits on Oct 18, 2020
-
Make rule vue/no-unregistered-components ignore recursive components (#…
…1305) * Add tests * Modify rule to include `ignoreRecursive` argument * Modify docs * Address PR comments * empty commit * Refactor no-unregistered-components to always bypass recursive components * Update docs Co-authored-by: Joao Elias Arruda <joao.arruda@booking.com>
Configuration menu - View commit details
-
Copy full SHA for d626ec1 - Browse repository at this point
Copy the full SHA d626ec1View commit details -
added options for events that ignore custom-event-name-casing (#1321)
* added options for custom-event-name-casing * add test case to close #1260 * update docs for custom-event-name-casing * Update test case event name with regex Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com> * Update docs/rules/custom-event-name-casing.md for better description Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com> * updated custom-event-name-casing readme with ignores options * added custom-event-name-casing invalid test cases Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9932d13 - Browse repository at this point
Copy the full SHA 9932d13View commit details -
Add allowModifiers option to valid-v-slot (#1330)
* add allowModifiers option to valid-v-slot * update doc * fix for missing cases & improve code * add test cases * revert option in test
Configuration menu - View commit details
-
Copy full SHA for 0e1a05a - Browse repository at this point
Copy the full SHA 0e1a05aView commit details -
Upgrade vue-eslint-parser to 7.1.1 and fixed CRLF issues. (#1332)
* Upgrade vue-eslint-parser to 7.1.1 and fixed CRLF issues. * move vue-eslint-parser repo
Configuration menu - View commit details
-
Copy full SHA for 0e5480c - Browse repository at this point
Copy the full SHA 0e5480cView commit details -
Change not to use ESLint internal modules (#1322)
* Change not to use ESLint internal modules * update * remove unused scrip
Configuration menu - View commit details
-
Copy full SHA for d44fb18 - Browse repository at this point
Copy the full SHA d44fb18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30da121 - Browse repository at this point
Copy the full SHA 30da121View commit details -
Fixed crash when the name property value was not literal, in `no-unre…
…gistered-components` rule (#1336)
Configuration menu - View commit details
-
Copy full SHA for f4c21e5 - Browse repository at this point
Copy the full SHA f4c21e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for bebb9b3 - Browse repository at this point
Copy the full SHA bebb9b3View commit details -
Add
vue/array-bracket-newline
rule (#1326)* Add `vue/array-bracket-newline` rule `vue/array-bracket-newline` rule that applies `array-bracket-newline` rule to expressions in <template>. * update
Configuration menu - View commit details
-
Copy full SHA for b75d312 - Browse repository at this point
Copy the full SHA b75d312View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a3294d - Browse repository at this point
Copy the full SHA 2a3294dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d62b874 - Browse repository at this point
Copy the full SHA d62b874View 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 v7.0.1...v7.1.0