Bump eslint-config-airbnb-base from 12.0.0 to 13.1.0 (#548) [ci skip]
Bumps [eslint-config-airbnb-base](https://github.com/airbnb/javascript) from 12.0.0 to 13.1.0. - [Release notes](https://github.com/airbnb/javascript/releases) - [Commits](https://github.com/airbnb/javascript/compare/eslint-config-airbnb-base-v12.0.0...eslint-config-airbnb-base-v13.1.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
parent
cd9e7d203c
commit
c23146bcc6
3 changed files with 7 additions and 11 deletions
10
package-lock.json
generated
10
package-lock.json
generated
|
|
@ -5071,12 +5071,14 @@
|
|||
}
|
||||
},
|
||||
"eslint-config-airbnb-base": {
|
||||
"version": "12.0.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-airbnb-base/-/eslint-config-airbnb-base-12.0.0.tgz",
|
||||
"integrity": "sha512-/XlFQGn3Mkwm642/GYBtOH3pgFX4Z7saBsqqyp96v0bEUPq24nIrZ6N72qAoD0lR2wAne4EC4YsHYkbPfaRfiA==",
|
||||
"version": "13.1.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-airbnb-base/-/eslint-config-airbnb-base-13.1.0.tgz",
|
||||
"integrity": "sha512-XWwQtf3U3zIoKO1BbHh6aUhJZQweOwSt4c2JrPDg9FP3Ltv3+YfEv7jIDB8275tVnO/qOHbfuYg3kzw6Je7uWw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"eslint-restricted-globals": "^0.1.1"
|
||||
"eslint-restricted-globals": "^0.1.1",
|
||||
"object.assign": "^4.1.0",
|
||||
"object.entries": "^1.0.4"
|
||||
}
|
||||
},
|
||||
"eslint-config-prettier": {
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@
|
|||
"css-loader": "^0.28.11",
|
||||
"eslint": "^5.4.0",
|
||||
"eslint-config-airbnb": "^17.1.0",
|
||||
"eslint-config-airbnb-base": "^12.0.0",
|
||||
"eslint-config-airbnb-base": "^13.1.0",
|
||||
"eslint-config-prettier": "^3.0.1",
|
||||
"eslint-plugin-babel": "^5.1.0",
|
||||
"eslint-plugin-ignore-erb": "^0.1.1",
|
||||
|
|
|
|||
|
|
@ -3538,12 +3538,6 @@ escope@^3.6.0:
|
|||
esrecurse "^4.1.0"
|
||||
estraverse "^4.1.1"
|
||||
|
||||
eslint-config-airbnb-base@^12.0.0:
|
||||
version "12.0.1"
|
||||
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-12.0.1.tgz#abaca7b4536faa7e094add5a9801970fefdd39a4"
|
||||
dependencies:
|
||||
eslint-restricted-globals "^0.1.1"
|
||||
|
||||
eslint-config-airbnb-base@^13.1.0:
|
||||
version "13.1.0"
|
||||
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-13.1.0.tgz#b5a1b480b80dfad16433d6c4ad84e6605052c05c"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue