diff --git a/package.json b/package.json index d93c921cbd6c..55fd148b9c15 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "type": "module", "devDependencies": { "@endo/eslint-config": "^0.5.1", - "@jessie.js/eslint-plugin": "^0.2.1", + "@jessie.js/eslint-plugin": "^0.3.0", "@types/node": "^16.7.10", "@typescript-eslint/parser": "^5.33.0", "ava": "^5.0.1", @@ -75,6 +75,7 @@ "**/espree/acorn": "^8.7.1", "**/puppeteer-core/node-fetch": "^2.6.5", "**/eslint/@babel/code-frame": "^7.12.11", - "**/eslint-config-react-app/eslint-plugin-jest": "^26.0.0" + "**/eslint-config-react-app/eslint-plugin-jest": "^26.0.0", + "**/@endo/eslint-config/@jessie.js/eslint-plugin": "^0.3.0" } } diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 2015913309bf..ab676cabd1e3 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -26,7 +26,7 @@ ], "peerDependencies": { "@endo/eslint-config": "^0.5.1", - "@jessie.js/eslint-plugin": "^0.2.1", + "@jessie.js/eslint-plugin": "^0.3.0", "@typescript-eslint/parser": "^5.33.0", "eslint": "^7.32.0", "eslint-config-airbnb-base": "^14.0.0", diff --git a/yarn.lock b/yarn.lock index b060920fb74c..5fb16bbe1098 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1579,10 +1579,10 @@ resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98" integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA== -"@jessie.js/eslint-plugin@^0.2.0", "@jessie.js/eslint-plugin@^0.2.1": - version "0.2.1" - resolved "https://registry.yarnpkg.com/@jessie.js/eslint-plugin/-/eslint-plugin-0.2.1.tgz#857f778963fd95179649be4fa601271bb5800303" - integrity sha512-SgQoa2O0uOKf6j2WMXFZc1KE+pOCzacV/uoyq0e4A/jm7Tja8/TJR+TlCPpYnx/YCMH23SCYC0Uz7T+5Qw6Byg== +"@jessie.js/eslint-plugin@^0.2.0", "@jessie.js/eslint-plugin@^0.3.0": + version "0.3.0" + resolved "https://registry.yarnpkg.com/@jessie.js/eslint-plugin/-/eslint-plugin-0.3.0.tgz#5b084355f3cba288422d5ecf794e1290baeddd45" + integrity sha512-7v7lZCxP9t6eMu95+3J9nuxLHCLjBZgJ+1cICR9gAga7OGWlC1AdncDO9H2B+Tn0ATfd+w/G9w1yqJq7n53kMA== dependencies: requireindex "~1.1.0"