-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mega-linter.yml
39 lines (31 loc) · 974 Bytes
/
.mega-linter.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Configuration file for MegaLinter
#
# See all available variables at https://megalinter.io/latest/config-file/ and in
# linters documentation
APPLY_FIXES: none
DISABLE:
- COPYPASTE
- SPELL
DISABLE_LINTERS:
# We use stylelint for CSS and SCSS linting
- CSS_SCSS_LINT
# Disable in favour of eslint
- JAVASCRIPT_STANDARD
# We use dependabot for vulnerability monitoring and patching
- REPOSITORY_GRYPE
# Not needed in this repository
- REPOSITORY_TRIVY
# Disable in favour of eslint
- TYPESCRIPT_STANDARD
# Link check flags localhost links in the contributing docs
- MARKDOWN_MARKDOWN_LINK_CHECK
SHOW_ELAPSED_TIME: true
FILEIO_REPORTER: false
# Config paths
CSS_STYLELINT_CONFIG_FILE: stylelint.config.js
JAVASCRIPT_ES_CONFIG_FILE: .eslintrc.cjs
TYPESCRIPT_ES_CONFIG_FILE: .eslintrc.cjs
# Executable overrides
CSS_STYLELINT_CLI_EXECUTABLE: ['./node_modules/.bin/stylelint']
# Linters configuration
REPOSITORY_GITLEAKS_DISABLE_ERRORS: true