File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ extends:
99 - " eslint:recommended"
1010
1111globals :
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
2020ignorePatterns :
2121 - " !.*"
Original file line number Diff line number Diff line change 11# ignore github markdown files (like pull request templates)
2- ** /.github /** /* .md"
2+ .github /* .md
3+ .github /** /* .md
4+
You can’t perform that action at this time.
0 commit comments