Skip to content

Conversation

@NEWESTERS
Copy link
Owner

No description provided.

@NEWESTERS NEWESTERS closed this May 26, 2024
@NEWESTERS NEWESTERS reopened this May 26, 2024
@NEWESTERS NEWESTERS closed this May 26, 2024
@NEWESTERS NEWESTERS reopened this May 26, 2024
@NEWESTERS NEWESTERS closed this May 26, 2024
@NEWESTERS NEWESTERS reopened this May 26, 2024
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@NEWESTERS NEWESTERS force-pushed the feature/code-style branch 3 times, most recently from e50b74c to 67bf58d Compare May 26, 2024 21:14
@NEWESTERS NEWESTERS force-pushed the feature/code-style branch 2 times, most recently from 74ff4fe to 48a89c7 Compare May 26, 2024 21:36
@NEWESTERS NEWESTERS force-pushed the feature/code-style branch from 48a89c7 to ba860af Compare June 21, 2024 23:38
import TelegramComments from "@components/astro/TelegramComments.astro";
import H1 from '@components/astro/H1.astro';
import FormattedDate from '@components/astro/FormattedDate.astro';
import FormattedDuration from '@components/astro/FormattedDuration.astro';

Check warning

Code scanning / ESLint

Enforce a convention in module import order.

There should be at least one empty line between import groups
import H1 from '@components/astro/H1.astro';
import FormattedDate from '@components/astro/FormattedDate.astro';
import FormattedDuration from '@components/astro/FormattedDuration.astro';
import DefaultPage from './DefaultPage.astro';

Check warning

Code scanning / ESLint

Enforce a convention in module import order.

There should be at least one empty line between import groups
import FormattedDate from '@components/astro/FormattedDate.astro';
import FormattedDuration from '@components/astro/FormattedDuration.astro';
import DefaultPage from './DefaultPage.astro';
import TelegramComments from '@components/astro/TelegramComments.astro';

Check warning

Code scanning / ESLint

Enforce a convention in module import order.

`@components/astro/TelegramComments.astro` import should occur before import of `./DefaultPage.astro`
import VideoCard from '@components/astro/VideoCard.astro';
const videos = (await getCollection("videos")).sort(
const videos = (await getCollection('videos')).sort(

Check failure

Code scanning / ESLint

Disallow member access from await expression.

Do not access a member directly from an await expression.
@NEWESTERS NEWESTERS marked this pull request as draft June 22, 2024 14:53
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