Skip to content

Conversation

@Nerajno
Copy link
Owner

@Nerajno Nerajno commented Aug 27, 2025

No description provided.

@Nerajno Nerajno requested a review from Copilot August 27, 2025 10:44
@Nerajno Nerajno self-assigned this Aug 27, 2025
@Nerajno Nerajno linked an issue Aug 27, 2025 that may be closed by this pull request
@netlify
Copy link

netlify bot commented Aug 27, 2025

Deploy Preview for radiant-sprinkles-d2960e failed. Why did it fail? →

Name Link
🔨 Latest commit 466b11a
🔍 Latest deploy log https://app.netlify.com/projects/radiant-sprinkles-d2960e/deploys/68aee1acf33ad200089c75a5

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 sets up linting infrastructure for an Astro project by installing ESLint and Prettier with proper TypeScript and Astro support.

  • Adds a comprehensive lint script that runs Prettier for formatting and ESLint for code quality checks
  • Updates ESLint and related dependencies to more recent versions
  • Configures ESLint for TypeScript and Astro files with appropriate parsers and rules

Reviewed Changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.

File Description
package.json Adds lint script and updates ESLint dependencies with TypeScript support
eslint.config.js Creates modern flat config for ESLint with TypeScript and Astro file support
.eslintrc.cjs Adds legacy ESLint configuration file

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@@ -0,0 +1,42 @@
import js from '@eslint/js';
Copy link

Copilot AI Aug 27, 2025

Choose a reason for hiding this comment

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

Both eslint.config.js and .eslintrc.cjs configuration files are present. Having duplicate ESLint configurations can cause conflicts and confusion. Consider removing one of these files - typically the legacy .eslintrc.cjs should be removed in favor of the modern flat config.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Install Linting

1 participant