diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-01-05 13:39:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-05 13:39:30 +0100 |
commit | 290bf859db17ba236f1fb10918117dd36571dd24 (patch) | |
tree | 9dc372b15054c8f4cfb83f05564a2114d2bbd6ac /package.json | |
parent | 8ab60a0b3ff66f004b79cfaef5343ddff637f4e8 (diff) | |
parent | 38d1ed86409e96749d6e5102fe6ac7412b45a87f (diff) | |
download | nextcloud-server-290bf859db17ba236f1fb10918117dd36571dd24.tar.gz nextcloud-server-290bf859db17ba236f1fb10918117dd36571dd24.zip |
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
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 321b3e461c6..540d02f65e0 100644 --- a/package.json +++ b/package.json @@ -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", |