Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/avajs/eslint-plugin-ava

ESLint rules for AVA
https://github.com/avajs/eslint-plugin-ava

Remove incorrect flat "plugins" export

TylerVigario opened this pull request 6 months ago
Changes to be compatible with ESLint v9

TylerVigario opened this pull request 6 months ago
Upgrade to eslint `v9`

felipeqq2 opened this issue 6 months ago
Fix typo in use-t-throws-async-well.md

GMartigny opened this pull request 10 months ago
`no-import-test-files` is slow

fisker opened this issue over 1 year ago
`ava/use-test` allow inline type imports

RebeccaStevens opened this issue over 1 year ago
fix: guard against type errors in prefer-t-regex

spence-s opened this pull request almost 2 years ago
Update to eslint-doc-generator v1.0.0

bmish opened this pull request almost 2 years ago
Automate docs with eslint-doc-generator

bmish opened this pull request almost 2 years ago
`prefer-t-regex` fails with `t.is()` with a single argument

ehmicky opened this issue about 2 years ago
Some rules do not fail gracefully: ava/prefer-t-regex

spence-s opened this issue about 2 years ago
Add `prefer-t-throws` rule

Mesteery opened this pull request over 2 years ago
cannot destructure property 'type' or 'node' as it is undefined

schmod opened this issue over 2 years ago
`use-test`: Ignore type import

futpib opened this pull request almost 3 years ago
Enable `eslint-plugin/prefer-placeholders` rule

fisker opened this issue almost 3 years ago
Enforce strict mode

fisker opened this pull request almost 3 years ago
Fix integration test

fisker opened this pull request almost 3 years ago
Update XO

fisker opened this pull request almost 3 years ago
Prefer `t.true(x)` over `t.is(x, true)`

jonahsnider opened this issue almost 3 years ago
Update actions

fisker opened this pull request almost 3 years ago
Support ESLint 8.x

fisker opened this pull request almost 3 years ago
Support ESLint 8.x

MichaelDeBoey opened this issue about 3 years ago
Add failing test for `prefer-t-regex`

fregante opened this pull request about 3 years ago
Fix integration tests

novemberborn opened this issue about 3 years ago
Allow concatenation when ensuring assertion message is a string

Yash-Singh1 opened this issue about 3 years ago
No checks with typed context

StarpTech opened this issue about 3 years ago
Fixes and updates in anticipation of AVA 4

novemberborn opened this pull request over 3 years ago
Support test.macro()

novemberborn opened this issue over 3 years ago
`no-identical-title` crash

fisker opened this issue over 3 years ago
Add `no-error-ctor-with-notthrows` rule

GMartigny opened this pull request over 3 years ago
Use suggestions API for `no-only-test` and `no-skip-test`

edbrannin opened this pull request over 3 years ago
Add an option to avoid fixing no-skip-test

edbrannin opened this pull request over 3 years ago
Fix small typo in rule report message of no-todo-test

freaktechnik opened this pull request over 3 years ago
Ensure AVA is specified as a dev dependency

fregante opened this issue over 3 years ago
Allow import statements without default specifier

exodustx0 opened this pull request almost 4 years ago
`use-test`: Allow import statements without default specifier

exodustx0 opened this issue almost 4 years ago
Detect more assertions in `prefer-t-regex`

oOBoomberOo opened this pull request almost 4 years ago
Don't crash on missing title

ghost opened this pull request almost 4 years ago
no-identical-title crashes if title is missing

ghost opened this issue almost 4 years ago
Fix crash, false-positive in no-statement-after-end

ninevra opened this pull request almost 4 years ago
Ensure the assertion message is a string

GMartigny opened this pull request almost 4 years ago
no-ignored-test-files caches results too aggressively.

jamestalmage opened this issue about 4 years ago
`no-import-test-files` considers `test/helpers/index.js` a test file

fregante opened this issue about 4 years ago
Upgrade to ESLint 7

novemberborn opened this pull request about 4 years ago
Add `no-invalid-modifier-chain` rule

KinectTheUnknown opened this pull request about 4 years ago
Remove redundant rule "no-async-fn-without-await"

KinectTheUnknown opened this issue about 4 years ago
Catch & fix out-of-order assertion arguments

ninevra opened this pull request over 4 years ago
Support t.like() assertion

ninevra opened this pull request over 4 years ago
Test with Node.js 14; update dev dependencies

novemberborn opened this pull request over 4 years ago
Audit that all rules work with optional chaining

sindresorhus opened this issue over 4 years ago
Support assertion message in `t.timeout()

jonathansamines opened this pull request over 4 years ago
Add like assertion

novemberborn opened this issue over 4 years ago
Allow three snapshot arguments

BarryThePenguin opened this pull request over 4 years ago
Add t.teardown()

novemberborn opened this pull request over 4 years ago
Simplify Codecov setup

novemberborn opened this pull request over 4 years ago
Add equality checks to `prefer-t-regex` rule

JaniM opened this pull request over 4 years ago
Recognize t.try() assertion

novemberborn opened this pull request over 4 years ago
Allow importing AVA as `anyTest` in TypeScript files

pvdlg opened this pull request over 4 years ago
Rule `use-test` conflicting with typing of `t.context`

pvdlg opened this issue over 4 years ago
Add `t.timeout` to `use-t-well` rule

pvdlg opened this pull request over 4 years ago
use-t-well is warning about use of t.timeout

gajus opened this issue over 4 years ago
Restore integration tests when using GitHub Actions

novemberborn opened this pull request over 4 years ago
Release prep

novemberborn opened this pull request over 4 years ago
Test using GitHub Actions

novemberborn opened this pull request over 4 years ago
Update `.travis.yml`; don't test Node.js 6 & 8

fisker opened this pull request almost 5 years ago
Fix integration test

fisker opened this pull request almost 5 years ago
Use CJS syntax in documentation

novemberborn opened this pull request almost 5 years ago
Remove handling of isSource classification

novemberborn opened this pull request almost 5 years ago
docs: fix examples for `test-title-format`

gurpreetatwal opened this pull request almost 5 years ago
Update integration test script

fisker opened this pull request almost 5 years ago
Support the ESLint Suggestions API

sindresorhus opened this issue almost 5 years ago
Fix typo in `no-import-test-files` docs

jscheffner opened this pull request about 5 years ago
Wrong example in docs of `ava/no-import-test-files`

jscheffner opened this issue about 5 years ago
Add `use-t-throws-async-well` rule

stroncium opened this pull request about 5 years ago
Assertion methods auto correction for `use-t-well` rule

stroncium opened this pull request about 5 years ago
Don't trigger `no-incorrect-deep-equal` for regular expression

mikaoelitiana opened this pull request about 5 years ago
Detect more assertions in the `t-prefer-regex` rule

sindresorhus opened this issue about 5 years ago
`t.throwsAsync()` and `t.notThrowsAsync()` should be awaited on

novemberborn opened this issue about 5 years ago
Allow different patterns for the `t.try()` callback argument

novemberborn opened this issue about 5 years ago
Recognize the new `t.try()` assertion.

novemberborn opened this issue about 5 years ago
use-test and helpers

emarcotte opened this issue about 5 years ago
Regular expression in `t.deepEqual()` shouldn't trigger warning

Airkro opened this issue about 5 years ago
Bump dependencies

novemberborn opened this pull request about 5 years ago
Refactor test cases for readability

GMartigny opened this pull request over 5 years ago
Make `use-t-well` more auto-fixable

GMartigny opened this issue over 5 years ago
Add `no-error-ctor-with-notthrows` rule

rahgurung opened this pull request over 5 years ago
Support new file and helper selection

novemberborn opened this issue over 5 years ago
Add `test-title-format` rule

GMartigny opened this pull request over 5 years ago
Support named imports and destructured requires

alexzherdev opened this pull request over 5 years ago
no-ignored-test-files rule gives false alerts in monorepo setups

revelt opened this issue almost 6 years ago
Skipping assertions is changing in AVA 1.0

novemberborn opened this issue over 6 years ago
Restrict modifier chaining

novemberborn opened this issue over 6 years ago
Prevent specifying error type in `t.notThrows()`

sindresorhus opened this issue about 7 years ago