Skip to content

Commit

Permalink
Bump eslint-plugin-qunit to v8 (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov authored Oct 21, 2024
1 parent 5afcd61 commit 470f6c7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 22 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ module.exports = {
// test files
files: ['tests/**/*-test.{js,ts}'],
extends: ['plugin:qunit/recommended'],
rules: {
'qunit/require-expect': ['error', 'except-simple'],
},
},
],
};
25 changes: 4 additions & 21 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 @@ -75,7 +75,7 @@
"eslint-plugin-ember": "^11.5.0",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-qunit": "^7.3.4",
"eslint-plugin-qunit": "^8.1.2",
"lerna-changelog": "^2.2.0",
"loader.js": "^4.7.0",
"prettier": "^3.3.3",
Expand Down

0 comments on commit 470f6c7

Please sign in to comment.