Skip to content

Commit

Permalink
Upgrade: Bump eslint-plugin-eslint-plugin from 4.4.0 to 5.0.6 (#258)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 20, 2022
1 parent 64d6faa commit bdb2254
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
2 changes: 0 additions & 2 deletions lib/rules/no-loose-assertions.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,8 @@ module.exports = {
url: "https://github.com/platinumazure/eslint-plugin-qunit/blob/master/docs/rules/no-loose-assertions.md"
},
messages: {
/* eslint-disable eslint-plugin/no-unused-message-ids -- Used in confgs declred above */
[GLOBAL_ERROR_MESSAGE_ID]: "Unexpected {{assertion}}. Use strictEqual, notStrictEqual, deepEqual, or propEqual.",
[LOCAL_ERROR_MESSAGE_ID]: "Unexpected {{assertVar}}.{{assertion}}. Use {{assertVar}}.strictEqual, {{assertVar}}.notStrictEqual, {{assertVar}}.deepEqual, or {{assertVar}}.propEqual."
/* eslint-enable eslint-plugin/no-unused-message-ids */
},
schema: [{
type: "array",
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"eslint": "^8.19.0",
"eslint-doc-generator": "^0.19.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-eslint-plugin": "^4.4.0",
"eslint-plugin-eslint-plugin": "^5.0.6",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-mocha": "^10.0.5",
"eslint-plugin-node": "^11.1.0",
Expand Down

0 comments on commit bdb2254

Please sign in to comment.