test: test under ESLint v10 #1619
ci.yml
on: pull_request
Matrix: build
lint
1m 23s
finish-coveralls
6s
Annotations
10 errors
|
lint:
lib/utils.js#L224
Type 'boolean | null' is not assignable to type 'boolean'.
|
|
lint:
lib/rules/no-hooks-from-ancestor-modules.js#L50
Type 'boolean | null' is not assignable to type 'boolean'.
|
|
lint:
lib/rules/no-global-stop-start.js#L43
Property 'getScope' does not exist on type 'RuleContext'.
|
|
lint:
lib/rules/no-global-module-test.js#L41
Property 'getScope' does not exist on type 'RuleContext'.
|
|
lint:
lib/rules/no-global-expect.js#L41
Property 'getScope' does not exist on type 'RuleContext'.
|
|
lint:
lib/rules/no-global-assertions.js#L43
Property 'getScope' does not exist on type 'RuleContext'.
|
|
lint:
lib/rules/no-conditional-assertions.js#L86
Type 'Node | null' is not assignable to type 'Node'.
|
|
lint:
lib/rules/no-assert-equal.js#L243
Property 'getScope' does not exist on type 'RuleContext'.
|
|
lint:
lib/rules/no-assert-equal.js#L167
Type 'boolean | null' is not assignable to type 'boolean'.
|
|
lint:
lib/rules/no-arrow-tests.js#L171
Type 'boolean | null' is not assignable to type 'boolean'.
|