Skip to content

Commit

Permalink
Upgrade: Outdated devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
platinumazure committed Jul 9, 2022
1 parent 227e595 commit b6a5d43
Show file tree
Hide file tree
Showing 3 changed files with 401 additions and 561 deletions.
2 changes: 2 additions & 0 deletions lib/rules/no-loose-assertions.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,10 @@ 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
Loading

0 comments on commit b6a5d43

Please sign in to comment.