Skip to content

Commit 7507aa5

Browse files
committed
Disable javascript standard linter and rename eslintrc to enable eslint
Signed-off-by: Simon Hülkenberg <simon.huelkenberg@iteratec.com>
1 parent 7fac452 commit 7507aa5

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

File renamed without changes.

.mega-linter.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ APPLY_FIXES: none # all, none, or list of linter keys
77
DISABLE:
88
- COPYPASTE # Comment to enable checks of excessive copy-pastes
99
# - SPELL # Uncomment to disable checks of spelling mistakes
10+
DISABLE_LINTERS:
11+
- JAVASCRIPT_STANDARD # standard is a javascript linter that by design can not be configured in any way. This project uses eslint anyway.
12+
1013
SHOW_ELAPSED_TIME: true
1114
DISABLE_ERRORS: true # Uncomment if you want MegaLinter to detect errors but not block CI to pass
1215

0 commit comments

Comments
 (0)