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

Commit 66434ef

Browse files
committed
chore(deps): update dependency eslint-plugin-eslint-comments to v3.2.0
1 parent f16af97 commit 66434ef

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
@@ -2577,10 +2577,10 @@ eslint-module-utils@^2.4.1:
25772577
debug "^2.6.9"
25782578
pkg-dir "^2.0.0"
25792579

2580-
eslint-plugin-eslint-comments@3.1.2:
2581-
version "3.1.2"
2582-
resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-3.1.2.tgz#4ef6c488dbe06aa1627fea107b3e5d059fc8a395"
2583-
integrity sha512-QexaqrNeteFfRTad96W+Vi4Zj1KFbkHHNMMaHZEYcovKav6gdomyGzaxSDSL3GoIyUOo078wRAdYlu1caiauIQ==
2580+
eslint-plugin-eslint-comments@3.2.0:
2581+
version "3.2.0"
2582+
resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-3.2.0.tgz#9e1cd7b4413526abb313933071d7aba05ca12ffa"
2583+
integrity sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==
25842584
dependencies:
25852585
escape-string-regexp "^1.0.5"
25862586
ignore "^5.0.5"

0 commit comments

Comments
 (0)