Skip to content

Commit

Permalink
Linting: update to the latest version of eslint-plugin-wpcalypso
Browse files Browse the repository at this point in the history
It should help us avoid having to skip the wpcalypso/import-docblock rule like here:
#16545 (comment)

More info about the update:
Automattic/wp-calypso#44388
  • Loading branch information
jeherve committed Jul 24, 2020
1 parent 623e234 commit 159a95a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
"eslint-plugin-lodash": "7.1.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.20.3",
"eslint-plugin-wpcalypso": "4.1.0",
"eslint-plugin-wpcalypso": "5.0.0",
"glob": "7.1.6",
"husky": "4.2.5",
"jest": "24.9.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6476,10 +6476,10 @@ eslint-plugin-react@^7.14.3:
string.prototype.matchall "^4.0.2"
xregexp "^4.3.0"

eslint-plugin-wpcalypso@4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-wpcalypso/-/eslint-plugin-wpcalypso-4.1.0.tgz#a18e881805fdc7a70be7db8c62d2c92a2923355c"
integrity sha512-2gZdaaX5rS7vve5FfIBTANPFXfQstxMppUFR8KzrY5cJPt7hIhpg9lOb4y0hVYNdJkhZxkvEWw8yoJhaUc1OYQ==
eslint-plugin-wpcalypso@5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-wpcalypso/-/eslint-plugin-wpcalypso-5.0.0.tgz#df20425c5a5ba127a7fa5bda8875b1cbde75101e"
integrity sha512-pcghYspmOv+KzBr+jlDMaazKc8ZKs4vm/dbZWpqCm26wbgCfCpe4276gZJRfUv7Zs+puy3+7h1i/Bd5zfiKBnA==

eslint-scope@3.7.1:
version "3.7.1"
Expand Down

0 comments on commit 159a95a

Please sign in to comment.