aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-04-28 16:28:46 +0300
committerGitHub <[email protected]>2020-04-28 16:28:46 +0300
commit3300c6267a3a43f5f3fce311d7b6b0daa44f23e7 (patch)
treec13b769b4cce38c8e154a41f21b1804cdf6689d0 /package.json
parent693ee0d2b0be4e90b1ffed5e875b82d546769c5a (diff)
downloadbootstrap-3300c6267a3a43f5f3fce311d7b6b0daa44f23e7.tar.xz
bootstrap-3300c6267a3a43f5f3fce311d7b6b0daa44f23e7.zip
Bump eslint-plugin-unicorn from 18.0.1 to 19.0.1 (#30663)
* Bump eslint-plugin-unicorn from 18.0.1 to 19.0.1 Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 18.0.1 to 19.0.1. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v18.0.1...v19.0.1) Signed-off-by: dependabot-preview[bot] <[email protected]> * ESlint: disable a few new rules for now. * unicorn/no-fn-reference-in-iterator * unicorn/no-null Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 3e5e5c100..4f252b31d 100644
--- a/package.json
+++ b/package.json
@@ -103,7 +103,7 @@
"eslint": "^6.8.0",
"eslint-config-xo": "^0.29.1",
"eslint-plugin-import": "^2.20.2",
- "eslint-plugin-unicorn": "^18.0.1",
+ "eslint-plugin-unicorn": "^19.0.1",
"find-unused-sass-variables": "^1.0.5",
"glob": "^7.1.6",
"hammer-simulator": "0.0.1",