Bump eslint-config-xo from 0.38.0 to 0.39.0 (#3977)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-10-24 15:59:11 +05:30 committed by GitHub
parent 33ce1a3915
commit 619cb05ecf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -4848,9 +4848,9 @@
}
},
"eslint-config-xo": {
"version": "0.38.0",
"resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.38.0.tgz",
"integrity": "sha512-G2jL+VyfkcZW8GoTmqLsExvrWssBedSoaQQ11vyhflDeT3csMdBVp0On+AVijrRuvgmkWeDwwUL5Rj0qDRHK6g==",
"version": "0.39.0",
"resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.39.0.tgz",
"integrity": "sha512-QX+ZnQgzy/UtgF8dksIiIBzpYoEKmiL0CmZ8O0Gnby7rGXg8Cny1CXirmHp1zKYIpO7BuTmtWj8eUYOsGr0IGQ==",
"dev": true,
"requires": {
"confusing-browser-globals": "1.0.10"

View file

@ -136,7 +136,7 @@
"clean-css-cli": "^5.3.3",
"concurrently": "^6.3.0",
"eslint": "^7.32.0",
"eslint-config-xo": "^0.38.0",
"eslint-config-xo": "^0.39.0",
"eslint-plugin-compat": "^3.13.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-unicorn": "^36.0.0",