Skip to content

Commit 1afa863

Browse files
committed
aUpdate linting config
1 parent 8eece0c commit 1afa863

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.github/linters/.eslintrc.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ extends:
99
- "eslint:recommended"
1010

1111
globals:
12-
- WPT_ACCESSIBILITY_TREE: readonly
13-
- WPT_BODIES: readonly
14-
- WPT_COOKIES: readonly
15-
- WPT_REQUESTS: readonly
16-
- WPT_TEST_URL: readonly
17-
- httparchive_enable_observations: readonly
18-
- LaunchParams: readonly
12+
WPT_ACCESSIBILITY_TREE: readonly
13+
WPT_BODIES: readonly
14+
WPT_COOKIES: readonly
15+
WPT_REQUESTS: readonly
16+
WPT_TEST_URL: readonly
17+
httparchive_enable_observations: readonly
18+
LaunchParams: readonly
1919

2020
ignorePatterns:
2121
- "!.*"

.markdownlintignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# ignore github markdown files (like pull request templates)
2-
**/.github/**/*.md"
2+
.github/*.md
3+
.github/**/*.md
4+

0 commit comments

Comments
 (0)