Skip to content

Commit

Permalink
Linter: another attempt of disabling linter on const.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
minh-de-rien committed Jan 26, 2024
1 parent 58efe66 commit e4e7bc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
3 changes: 0 additions & 3 deletions src/consts.ts
Original file line number Diff line number Diff line change
@@ -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!";

0 comments on commit e4e7bc8

Please sign in to comment.