We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebdb86b commit 8cef74dCopy full SHA for 8cef74d
.github/workflows/linter.yml
@@ -47,6 +47,7 @@ jobs:
47
uses: github/super-linter/slim@v4
48
env:
49
VALIDATE_ALL_CODEBASE: false
50
+ VALIDATE_JAVASCRIPT_STANDARD: false
51
VALIDATE_NATURAL_LANGUAGE: false
52
# Change if your main branch differs
53
DEFAULT_BRANCH: main
terminology.md
@@ -1,4 +1,5 @@
1
<!-- markdownlint-disable MD024 --> <!-- (Multiple headings with the same content) -->
2
+<!-- markdownlint-disable MD013 --> <!-- (Line length) -->
3
4
# Glossary
5
0 commit comments