Skip to content

Conversation

@scottluskcis
Copy link
Owner

refactor: update import paths to use scoped package name and adjust TypeScript configurations

Copilot AI review requested due to automatic review settings October 21, 2025 22:10
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR refactors the project to use a scoped package name (@scottluskcis/outport) and updates TypeScript configurations for better ESLint integration. The main purpose is to ensure consistent import paths across documentation and improve the development tooling setup.

Key Changes:

  • Updated all import statements in documentation from 'outport' to '@scottluskcis/outport'
  • Added a dedicated ESLint TypeScript configuration file to include test and sample files
  • Added sideEffects: false to package.json for better tree-shaking support

Reviewed Changes

Copilot reviewed 7 out of 8 changed files in this pull request and generated no comments.

Show a summary per file
File Description
tsconfig.eslint.json New ESLint-specific TypeScript config that extends base config and includes test/sample files
package.json Added sideEffects flag for build optimization
eslint.config.js Updated to use the new ESLint-specific TypeScript config
docs/json-writer.md Updated import paths to use scoped package name
docs/csv-writer.md Updated import paths to use scoped package name
docs/builder-api.md Updated import paths to use scoped package name
README.md Updated import paths to use scoped package name

@scottluskcis scottluskcis merged commit f64f2f6 into main Oct 21, 2025
6 checks passed
@scottluskcis scottluskcis deleted the fix-packaging-issues branch October 21, 2025 22:18
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