Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] no-named-as-default: allow named specifier if equivalent to default #3032

[Fix] `no-named-as-default`: Allow using an identifier if the export …

fcbdcba
Select commit
Loading
Failed to load commit list.
Merged

[Fix] no-named-as-default: allow named specifier if equivalent to default #3032

[Fix] `no-named-as-default`: Allow using an identifier if the export …
fcbdcba
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Sep 9, 2024 in 1s

0.00% of diff hit (target 95.46%)

View this Pull Request on Codecov

0.00% of diff hit (target 95.46%)

Annotations

Check warning on line 22 in src/rules/no-named-as-default.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/rules/no-named-as-default.js#L22

Added line #L22 was not covered by tests

Check warning on line 25 in src/rules/no-named-as-default.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/rules/no-named-as-default.js#L25

Added line #L25 was not covered by tests

Check warning on line 30 in src/rules/no-named-as-default.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/rules/no-named-as-default.js#L29-L30

Added lines #L29 - L30 were not covered by tests

Check warning on line 34 in src/rules/no-named-as-default.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/rules/no-named-as-default.js#L32-L34

Added lines #L32 - L34 were not covered by tests

Check warning on line 37 in src/rules/no-named-as-default.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/rules/no-named-as-default.js#L37

Added line #L37 was not covered by tests

Check warning on line 43 in src/rules/no-named-as-default.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/rules/no-named-as-default.js#L43

Added line #L43 was not covered by tests

Check warning on line 45 in src/rules/no-named-as-default.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/rules/no-named-as-default.js#L45

Added line #L45 was not covered by tests

Check warning on line 64 in src/rules/no-named-as-default.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/rules/no-named-as-default.js#L62-L64

Added lines #L62 - L64 were not covered by tests

Check warning on line 69 in src/rules/no-named-as-default.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/rules/no-named-as-default.js#L67-L69

Added lines #L67 - L69 were not covered by tests

Check warning on line 72 in src/rules/no-named-as-default.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/rules/no-named-as-default.js#L72

Added line #L72 was not covered by tests

Check warning on line 76 in src/rules/no-named-as-default.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/rules/no-named-as-default.js#L76

Added line #L76 was not covered by tests

Check warning on line 78 in src/rules/no-named-as-default.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/rules/no-named-as-default.js#L78

Added line #L78 was not covered by tests