fix: use sourceCode.getScope() when available #901
Annotations
10 errors
lib/rules/fixer-return.js#L83
Replace `·(context.sourceCode·||·context.getSourceCode())?.getScope(node)·||·context.getScope()` with `⏎········(context.sourceCode·||·context.getSourceCode())?.getScope(node)·||⏎········context.getScope();`
|
lib/rules/no-missing-placeholders.js#L51
Insert `;`
|
lib/rules/no-missing-placeholders.js#L79
Delete `,`
|
lib/rules/no-missing-placeholders.js#L79
Unexpected trailing comma
|
lib/rules/no-missing-placeholders.js#L93
Replace `⏎··············message,⏎··············scope,⏎············` with `message,·scope`
|
lib/rules/no-missing-placeholders.js#L95
Unexpected trailing comma
|
lib/rules/no-only-tests.js#L54
Insert `⏎·························`
|
lib/rules/no-unused-message-ids.js#L60
Insert `;`
|
lib/rules/no-unused-message-ids.js#L63
Delete `⏎···········`
|
lib/rules/prefer-message-ids.js#L46
Insert `;`
|
The logs for this run have expired and are no longer available.
Loading