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: linting #2966

Merged
merged 3 commits into from
Dec 24, 2024
Merged

fix: linting #2966

merged 3 commits into from
Dec 24, 2024

Conversation

reconbot
Copy link
Member

Eslint9 and stylistic mean we can ditch prettier, typescript specific rules, and a can revisit the whole eslint config.

@reconbot reconbot requested a review from Copilot December 24, 2024 04:16

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 6 out of 15 changed files in this pull request and generated no comments.

Files not reviewed (9)
  • .prettierignore: Language not supported
  • .prettierrc: Language not supported
  • package.json: Language not supported
  • packages/list/tsconfig-build.json: Language not supported
  • packages/list/tsconfig.json: Language not supported
  • packages/terminal/tsconfig-build.json: Language not supported
  • packages/terminal/tsconfig.json: Language not supported
  • packages/parser-packet-length/lib/index.ts: Evaluated as low risk
  • packages/parser-slip-encoder/lib/decoder.ts: Evaluated as low risk

Tip: Copilot only keeps its highest confidence comments to reduce noise and keep you focused. Learn more

Eslint9 and stylistic mean we can ditch prettier, typscript specific rules, and a can revisit the whole eslint config.
@reconbot reconbot force-pushed the reconbot/fixup-eslint branch from cd4c078 to 0fb9e2e Compare December 24, 2024 04:31
@@ -1,4 +1,5 @@
import { assert, use } from 'chai'
// eslint-disable-next-line @typescript-eslint/no-require-imports
const { assert, use } = require('chai')
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think chai went to node modules and while this probably would have just worked typescript wouldn't stop complaining

@reconbot reconbot merged commit 867d8d2 into main Dec 24, 2024
13 checks passed
@reconbot reconbot deleted the reconbot/fixup-eslint branch December 24, 2024 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant