Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 62a2f28

Browse files
committed
chore(deps): update dependency eslint-plugin-eslint-comments to v3.2.0
1 parent 683e86d commit 62a2f28

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"eslint": "6.7.2",
6161
"eslint-config-algolia": "15.0.0",
6262
"eslint-config-prettier": "6.7.0",
63-
"eslint-plugin-eslint-comments": "3.1.2",
63+
"eslint-plugin-eslint-comments": "3.2.0",
6464
"eslint-plugin-html": "6.0.0",
6565
"eslint-plugin-import": "2.19.1",
6666
"eslint-plugin-jest": "23.1.1",

src/templates/Autocomplete.js 0/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"eslint-config-prettier": "6.10.0",
2020
"eslint-plugin-import": "2.20.1",
2121
"eslint-plugin-prettier": "3.1.2",
22-
"eslint-plugin-eslint-comments": "3.1.2",
22+
"eslint-plugin-eslint-comments": "3.2.0",
2323
"parcel-bundler": "1.12.5",
2424
"prettier": "1.19.1"
2525
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2581,10 +2581,10 @@ eslint-module-utils@^2.4.1:
25812581
debug "^2.6.9"
25822582
pkg-dir "^2.0.0"
25832583

2584-
eslint-plugin-eslint-comments@3.1.2:
2585-
version "3.1.2"
2586-
resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-3.1.2.tgz#4ef6c488dbe06aa1627fea107b3e5d059fc8a395"
2587-
integrity sha512-QexaqrNeteFfRTad96W+Vi4Zj1KFbkHHNMMaHZEYcovKav6gdomyGzaxSDSL3GoIyUOo078wRAdYlu1caiauIQ==
2584+
eslint-plugin-eslint-comments@3.2.0:
2585+
version "3.2.0"
2586+
resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-3.2.0.tgz#9e1cd7b4413526abb313933071d7aba05ca12ffa"
2587+
integrity sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==
25882588
dependencies:
25892589
escape-string-regexp "^1.0.5"
25902590
ignore "^5.0.5"

0 commit comments

Comments
 (0)