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

Commit ef03bc3

Browse files
chore(deps): update dependency eslint-plugin-eslint-comments to v3.2.0
1 parent dcda939 commit ef03bc3

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
@@ -59,7 +59,7 @@
5959
"eslint": "6.7.2",
6060
"eslint-config-algolia": "15.0.0",
6161
"eslint-config-prettier": "6.7.0",
62-
"eslint-plugin-eslint-comments": "3.1.2",
62+
"eslint-plugin-eslint-comments": "3.2.0",
6363
"eslint-plugin-html": "6.0.0",
6464
"eslint-plugin-import": "2.19.1",
6565
"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
@@ -2435,10 +2435,10 @@ eslint-module-utils@^2.4.1:
24352435
debug "^2.6.9"
24362436
pkg-dir "^2.0.0"
24372437

2438-
eslint-plugin-eslint-comments@3.1.2:
2439-
version "3.1.2"
2440-
resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-3.1.2.tgz#4ef6c488dbe06aa1627fea107b3e5d059fc8a395"
2441-
integrity sha512-QexaqrNeteFfRTad96W+Vi4Zj1KFbkHHNMMaHZEYcovKav6gdomyGzaxSDSL3GoIyUOo078wRAdYlu1caiauIQ==
2438+
eslint-plugin-eslint-comments@3.2.0:
2439+
version "3.2.0"
2440+
resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-3.2.0.tgz#9e1cd7b4413526abb313933071d7aba05ca12ffa"
2441+
integrity sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==
24422442
dependencies:
24432443
escape-string-regexp "^1.0.5"
24442444
ignore "^5.0.5"

0 commit comments

Comments
 (0)