Skip to content

Commit

Permalink
Disable pre-commit handled linters
Browse files Browse the repository at this point in the history
  • Loading branch information
megalinter-bot committed Jul 26, 2023
1 parent 5c2431e commit a8ce67d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ APPLY_FIXES: all # all, none, or list of linter keys
SHOW_ELAPSED_TIME: true
FILEIO_REPORTER: false
# DISABLE_ERRORS: true # Uncomment if you want MegaLinter to detect errors but not block CI to pass

TYPESCRIPT_DEFAULT_STYLE: prettier
DISABLE:
- JAVASCRIPT # Handled by pre-commit
- JSX # Handled by pre-commit
- TYPESCRIPT # Handled by pre-commit
- TSX # Handled by pre-commit

0 comments on commit a8ce67d

Please sign in to comment.