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 1afa863 commit 67aaa59Copy full SHA for 67aaa59
.github/linters/.eslintrc.yml
@@ -9,12 +9,12 @@ extends:
9
- "eslint:recommended"
10
11
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
+ $WPT_ACCESSIBILITY_TREE: readonly
+ $WPT_BODIES: readonly
+ $WPT_COOKIES: readonly
+ $WPT_REQUESTS: readonly
+ $WPT_TEST_URL: readonly
+ httparchive_enable_observations: readwrite
18
LaunchParams: readonly
19
20
ignorePatterns:
0 commit comments