diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index afe390f..78b6691 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -21,10 +21,12 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 + - name: Lint Code Base uses: github/super-linter@v4 env: VALIDATE_ALL_CODEBASE: false + VALIDATE_TYPESCRIPT_ES: false DEFAULT_BRANCH: "main" GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/src/consts.ts b/src/consts.ts index fe4ca73..0e7d414 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -1,5 +1,2 @@ -// eslint-disable-next-line @typescript-eslint/ban-ts-comment -// @ts-ignore - export const SITE_TITLE = "Minh de rien"; export const SITE_DESCRIPTION = "Welcome to my website!";