Skip to content

Commit d2de258

Browse files
committed
chore(megalinter): disable markdown table formatter
- Conflicts with Prettier styling
1 parent 62a8090 commit d2de258

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.mega-linter.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ DISABLE_LINTERS:
3838
# Disable due to poor configuration options
3939
- ACTION_ACTIONLINT
4040

41+
# Disable due to Prettier conflict
42+
- MARKDOWN_MARKDOWN_TABLE_FORMATTER
43+
4144
SHOW_ELAPSED_TIME: true
4245

4346
FILEIO_REPORTER: false

0 commit comments

Comments
 (0)