Merge pull request #18667 from nextcloud/dependabot/npm_and_yarn/eslint-config-nextcloud-0.1.1

Bump eslint-config-nextcloud from 0.1.0 to 0.1.1
This commit is contained in:
Roeland Jago Douma 2020-01-05 13:39:30 +01:00 committed by GitHub
commit 290bf859db
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

@ -4299,9 +4299,9 @@
}
},
"eslint-config-nextcloud": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/eslint-config-nextcloud/-/eslint-config-nextcloud-0.1.0.tgz",
"integrity": "sha512-qaxA/OZzfa4G4JQt0UGNs8uJcKsln7UM71R2vdiSpcgKW5hJ6tqtPP7RExS+4osBOl7ntiXihg9bj7PUwqsNaA==",
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/eslint-config-nextcloud/-/eslint-config-nextcloud-0.1.1.tgz",
"integrity": "sha512-/1VAkt7Y/m63eZfBiYkSzZMwQtmz0DFXuJnLebrzIY1GtpIj/Y3c//j4ZDiH5o0vbdn9laIc2Mb/01DIjzvt3g==",
"dev": true
},
"eslint-config-standard": {

View File

@ -89,7 +89,7 @@
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
"css-loader": "^3.4.0",
"eslint": "^5.16.0",
"eslint-config-nextcloud": "0.1.0",
"eslint-config-nextcloud": "0.1.1",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.19.1",