Skip to content

Commit

Permalink
update eslint-plugin-qunit
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Nov 27, 2020
1 parent 32dfbe9 commit d2587b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,8 @@ const qunit = {
'qunit/assert-args': 'error',
// forbid the use of assert.equal
'qunit/no-assert-equal': 'error',
// require use of boolean assertions
'qunit/no-assert-equal-boolean': 'error',
// forbid binary logical expressions in assert arguments
'qunit/no-assert-logical-expression': 'error',
// forbid async calls in loops
Expand Down
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-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-optimize-regex": "^1.2.0",
"eslint-plugin-qunit": "^5.0.0",
"eslint-plugin-qunit": "^5.1.0",
"eslint-plugin-sonarjs": "~0.5.0",
"eslint-plugin-unicorn": "^23.0.0",
"grunt": "^1.3.0",
Expand Down

0 comments on commit d2587b4

Please sign in to comment.