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

chore: fix linting #322

Merged
merged 1 commit into from
Jan 18, 2025
Merged

Conversation

achingbrain
Copy link
Contributor

Fixes linting issues in master:

% npm run lint

> node-datachannel@0.24.0 lint
> eslint . --ext .ts --ext .mts

/path/to/murat-dogan/node-datachannel/src/lib/node-datachannel.ts
  1:5   error  'nodeDataChannel' is never reassigned. Use 'const' instead  prefer-const
  1:23  error  Require statement not part of import statement              @typescript-eslint/no-var-requires

Fixes linting issues in master:

```console
% npm run lint

> node-datachannel@0.24.0 lint
> eslint . --ext .ts --ext .mts

/path/to/murat-dogan/node-datachannel/src/lib/node-datachannel.ts
  1:5   error  'nodeDataChannel' is never reassigned. Use 'const' instead  prefer-const
  1:23  error  Require statement not part of import statement              @typescript-eslint/no-var-requires
```
@murat-dogan murat-dogan merged commit b3faf58 into murat-dogan:master Jan 18, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants