Skip to content

fix: use namespace imports instead of default imports and remove the need to enable esModuleInterop in tsconfig #171

fix: use namespace imports instead of default imports and remove the need to enable esModuleInterop in tsconfig

fix: use namespace imports instead of default imports and remove the need to enable esModuleInterop in tsconfig #171

Workflow file for this run

name: PR
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
lint_pr:
name: Lint PR
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}