issues Search Results · repo:avajs/eslint-plugin-ava language:JavaScript
Filter by
171 results
(248 ms)171 results
inavajs/eslint-plugin-ava (press backspace or delete to remove)ESLint released v9, with many breaking changes. I can t make it work with eslint-plugin-ava.
There may be other issues, but the ones I found were:
- The eslintrc configuration format was deprecated ...
felipeqq2
- Opened on Apr 6, 2024
- #356
The following code causes this error (using ava/xo latest):
} catch (err_) {
t.fail(err_); // -- error in title of this GH issue occurs here
}
titanism
- Opened on Jun 8, 2023
- #354
Currently, the ava/use-test allows naming the default import anyTest instead of test in TypeScript files:
In a TypeScript file (.ts or .tsx) AVA can be assigned to a variable named anyTest in order to ...
gebsh
- Opened on Jun 5, 2023
- #353
TIMING=all xo
Rule | Time (ms) | Relative
:------------------------------------------------|----------:|--------:
ava/no-import-test-files ...
fisker
- Opened on May 17, 2023
- #352
This currently allowed:
import type { TestInterface } from ava ;
But this isn t
import { type TestInterface } from ava ;
RebeccaStevens
- Opened on Apr 4, 2023
- #351
When t.is() is passed 0 or 1 argument instead of 2, prefer-t-regex crashes.
This is related to https://github.com/avajs/eslint-plugin-ava/issues/346, but that other issue seems to be more focused
on graceful ...
ehmicky
- 1
- Opened on Aug 15, 2022
- #347
This particular plugin causes eslint to crash with type errors for some rules if the syntax is not exactly right. Even
if the document/file is parsable.
prefer-t-regex is the biggest complainer afaict. ...
bug
help wanted
spence-s
- 1
- Opened on Aug 3, 2022
- #346
ESLint: 8.8.0
TypeError: Cannot destructure property type of node as it is undefined.
Occurred while linting /Users/schmod/myCode/myTest-unit.ts:118
Rule: ava/assertion-arguments
at isString ...
bug
help wanted
schmod
- 2
- Opened on Feb 2, 2022
- #344
Inspired by https://github.com/sindresorhus/ts-extras/pull/8#discussion_r740023376
Bad:
t.is(x, true);
t.is(x, false);
Good:
t.true(x);
t.false(x);
enhancement
help wanted
jonahsnider
- 1
- Opened on Nov 1, 2021
- #338

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.