Skip to content

Conversation

@TNGBBK
Copy link

@TNGBBK TNGBBK commented Apr 26, 2025

Add linting and formatting checks for Python and TypeScript code.

  • GitHub Actions Workflow

    • Add steps to install and run pylint for Python code.
    • Add a new job to lint and format TypeScript code using eslint and prettier.
  • VSCode Settings

    • Enable pylint with specific arguments.
    • Add eslint options for file extensions.
    • Require prettier configuration.
  • TypeScript ESLint Configuration

    • Extend eslint configuration to include prettier.
    • Add prettier plugin and rule to enforce formatting.

For more details, open the Copilot Workspace session.

Add linting and formatting checks for Python and TypeScript code.

* **GitHub Actions Workflow**
  - Add steps to install and run pylint for Python code.
  - Add a new job to lint and format TypeScript code using eslint and prettier.

* **VSCode Settings**
  - Enable pylint with specific arguments.
  - Add eslint options for file extensions.
  - Require prettier configuration.

* **TypeScript ESLint Configuration**
  - Extend eslint configuration to include prettier.
  - Add prettier plugin and rule to enforce formatting.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/lastmile-ai/aiconfig?shareId=XXXX-XXXX-XXXX-XXXX).
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.

1 participant