Skip to content

Commit

Permalink
Disable qunit/require-assert lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Dec 25, 2023
1 parent 47715e9 commit 9165bdb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ module.exports = {
// test files
files: ['tests/**/*-test.{js,ts}'],
extends: ['plugin:qunit/recommended'],
rules: {
// Disable assert.expect errors
'qunit/require-expect': 'off',
},
},
],
};

0 comments on commit 9165bdb

Please sign in to comment.