Skip to content

Commit 8cef74d

Browse files
committed
🔧 ignore line length md rule, don't use js standard linter
1 parent ebdb86b commit 8cef74d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
uses: github/super-linter/slim@v4
4848
env:
4949
VALIDATE_ALL_CODEBASE: false
50+
VALIDATE_JAVASCRIPT_STANDARD: false
5051
VALIDATE_NATURAL_LANGUAGE: false
5152
# Change if your main branch differs
5253
DEFAULT_BRANCH: main

terminology.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!-- markdownlint-disable MD024 --> <!-- (Multiple headings with the same content) -->
2+
<!-- markdownlint-disable MD013 --> <!-- (Line length) -->
23

34
# Glossary
45

0 commit comments

Comments
 (0)