issues Search Results · repo:qunitjs/eslint-plugin-qunit language:JavaScript
Filter by
123 results
(73 ms)123 results
inqunitjs/eslint-plugin-qunit (press backspace or delete to remove)Continuing the discussion from here:
https://discord.com/channels/688543509199716507/1085655150691102751/1323092132227059844
@platinumazure has expressed interest to transfer ownership of the repository. ...
bmish
- 6
- Opened on Jan 3
- #534
qunit/no-assert-equal flags assert.equal in test points. However, it does not detect them in module hooks.
Example:
QUnit.module( My module , {
before: function (assert) {
assert.equal(1, ...
arensman
- Opened on Jul 15, 2024
- #531
TypeError: context.getScope is not a function
Occurred while linting /***/Documents/GitHub/core-js/tests/helpers/constants.js:1
Rule: qunit/no-assert-equal
at Program (/***/Documents/GitHub/core-js/tests/eslint/node_modules/eslint-plugin-qunit/lib/rules/no-assert-equal.js:142:62) ...
bug
zloirock
- 3
- Opened on Apr 5, 2024
- #499
My error:
[lint:js] Error: ESLint configuration in .eslintrc.js#overrides[1] » plugin:qunit/recommended is invalid:
[lint:js] - Unexpected top-level property description .
[lint:js]
[lint:js] Referenced ...
bug
NullVoxPopuli
- 1
- Opened on Feb 11, 2024
- #478
Hi,
I d like to propose that require-expect be removed from the recommended set of rules. I think it s odd that we d
actually recommend against using assert.expect in tests as using it consistently makes ...
breaking
jaswilli
- 11
- Opened on Jun 28, 2023
- #382
Expected changes:
- Enable additional recommended rules:
- #298
- Rename recommended config to recommended-legacy, move flat config into exported configs object as recommended,
remove string ...
breaking
bmish
- 8
- Opened on Jun 28, 2023
- #381
Caught this one earlier today. no-hooks-from-ancestor-modules rule does not appear to throw an error when arrow
functions are used in the module.
module( big test , function (hooks) {
module( group ...
accepted
bug
bretjb
- 1
- Opened on Oct 25, 2022
- #246
The next tag for this package points to an old version. We can delete it as it s not in use now.
I believe this should do it for someone who has admin permissions.
npm dist-tag rm eslint-plugin-qunit ...
bug
bmish
- 2
- Opened on Oct 21, 2022
- #245
The following report a missing expect when an expect should not be needed.
This was used for scoping to make copy and paste easier so that the lets were local. However since the call value is
changing, ...
cah-brian-gantzler
- 8
- Opened on Oct 19, 2022
- #244
We don t need to convert our JavaScript files to TypeScript, but by adding JSDoc comments with types and using the
TypeScript checkJs option, we can get the benefits of type-checking. See this PR for an ...
chore
evaluating
help wanted
bmish
- 2
- Opened on Oct 7, 2022
- #241

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.