mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Bump eslint-config-airbnb-base from 14.2.1 to 15.0.0 (#15480)
* Bump eslint-config-airbnb-base from 14.2.1 to 15.0.0 Bumps [eslint-config-airbnb-base](https://github.com/airbnb/javascript) from 14.2.1 to 15.0.0. - [Release notes](https://github.com/airbnb/javascript/releases) - [Commits](https://github.com/airbnb/javascript/compare/eslint-config-airbnb-base-v14.2.1...eslint-config-airbnb-base-v15.0.0) --- updated-dependencies: - dependency-name: eslint-config-airbnb-base dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Set new rules to warn for now --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Steve Repsher <steverep@users.noreply.github.com>
This commit is contained in:
parent
8f22b3c1fa
commit
747b9e2ae1
@ -59,6 +59,9 @@
|
||||
"prefer-destructuring": "off",
|
||||
"no-restricted-globals": [2, "event"],
|
||||
"prefer-promise-reject-errors": "off",
|
||||
"no-promise-executor-return": "warn",
|
||||
"no-unsafe-optional-chaining": "warn",
|
||||
"prefer-regex-literals": ["warn"],
|
||||
"import/prefer-default-export": "off",
|
||||
"import/no-default-export": "off",
|
||||
"import/no-unresolved": "off",
|
||||
|
@ -188,7 +188,7 @@
|
||||
"chai": "^4.3.7",
|
||||
"del": "^7.0.0",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-airbnb-base": "^14.2.1",
|
||||
"eslint-config-airbnb-base": "^15.0.0",
|
||||
"eslint-config-airbnb-typescript": "^17.0.0",
|
||||
"eslint-config-prettier": "^8.6.0",
|
||||
"eslint-import-resolver-webpack": "^0.13.2",
|
||||
|
18
yarn.lock
18
yarn.lock
@ -7810,20 +7810,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint-config-airbnb-base@npm:^14.2.1":
|
||||
version: 14.2.1
|
||||
resolution: "eslint-config-airbnb-base@npm:14.2.1"
|
||||
dependencies:
|
||||
confusing-browser-globals: ^1.0.10
|
||||
object.assign: ^4.1.2
|
||||
object.entries: ^1.1.2
|
||||
peerDependencies:
|
||||
eslint: ^5.16.0 || ^6.8.0 || ^7.2.0
|
||||
eslint-plugin-import: ^2.22.1
|
||||
checksum: 858bea748a3c8685b52fcf2488e6a0b964022f8387f4ee1e69cb707d4fda2a409f09eb8eea658bcd83fae3519967d10208ba7576dd3d3202b8cf0b9d1a6e21eb
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint-config-airbnb-base@npm:^15.0.0":
|
||||
version: 15.0.0
|
||||
resolution: "eslint-config-airbnb-base@npm:15.0.0"
|
||||
@ -9628,7 +9614,7 @@ fsevents@^1.2.7:
|
||||
deep-freeze: ^0.0.1
|
||||
del: ^7.0.0
|
||||
eslint: ^7.32.0
|
||||
eslint-config-airbnb-base: ^14.2.1
|
||||
eslint-config-airbnb-base: ^15.0.0
|
||||
eslint-config-airbnb-typescript: ^17.0.0
|
||||
eslint-config-prettier: ^8.6.0
|
||||
eslint-import-resolver-webpack: ^0.13.2
|
||||
@ -12535,7 +12521,7 @@ fsevents@^1.2.7:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"object.entries@npm:^1.1.2, object.entries@npm:^1.1.5":
|
||||
"object.entries@npm:^1.1.5":
|
||||
version: 1.1.6
|
||||
resolution: "object.entries@npm:1.1.6"
|
||||
dependencies:
|
||||
|
Loading…
x
Reference in New Issue
Block a user