Vinh Nguyen

Results 3 issues of Vinh Nguyen

NOTE: A similar PR may already be submitted! Please search among the Pull request before creating one. ### Types of Changes **What types of changes does your PR introduce?** Put...

This PR is to unset the default value of `actor` input, otherwise `INPUT_ACTOR` will be always "GITHUB_ACTOR" instead of `GITHUB_ACTOR` env var if the input is omitted.

This is the proposal for `no-relative-parent-imports` rule improvement. ### Context When `no-relative-parent-imports` rule is enabled, it doesn't allow to import from relative parents at all, for example: ```javascript // Both...

enhancement