chore(deps): update dependency @vue/eslint-config-airbnb to v7 #167
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.3.0
->7.0.0
Release Notes
vuejs/eslint-config-airbnb (@vue/eslint-config-airbnb)
v7.0.0
Compare Source
Major Changes
All the eslint plugins are listed as
dependencies
, rather thanpeerDependencies
.So when using these configs with
@rushstack/eslint-patch
, you no longer have to install the plugins separately.This major version adds a lot style / accessibility rules for JSX /
<template>
syntaxes, adapted from the upstreameslint-plugin-airbnb
.You might see many more errors if you are upgrading from older versions of this package. Luckily, most of them are auto-fixable.
In this version, we've provided a
createAliasSetting
helper to help users configure the path aliases used in the project for ESLint.So this package is no longer only coupled with
@vue/cli
. Explicitly invoking the helper function is also more reliable than the previous auto-detection feature.v6.0.0
Compare Source
@vue/cli-service
an optional peer dependencyeslint-plugin-vuejs-accessibility
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 8am and before 4pm on tuesday" in timezone Etc/UTC.
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.