You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,15 +18,15 @@ To run ESLint, use `node --run lint:js`.
18
18
19
19
### CSS: Run StyleLint
20
20
21
-
We use [StyleLint](https://stylelint.io) to lint our CSS. The configuration is in our `.stylelintrc.json` file.
21
+
We use [StyleLint](https://stylelint.io) to lint our CSS. The configuration is in our `stylelint.config.mjs` file.
22
22
23
23
To run StyleLint, use `node --run lint:css`.
24
24
25
25
### Markdown: Run markdownlint
26
26
27
27
We use [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) to lint our markdown files. The configuration is in our `.markdownlint.json` file.
28
28
29
-
To run markdownlint, use `node --run markdownlint:css`.
29
+
To run markdownlint, use `node --run lint:markdown`.
- Add CSS support to the digital clock hour/minute/second through the use of the classes `clock-hour-digital`, `clock-minute-digital`, and `clock-second-digital`.
43
-
- Add Arabic (#3719) and Esperanto translation.
53
+
- Add Arabic (#3719) and Esperanto translation (#3740)
44
54
- Mark option `secondsColor` as deprecated in clock module.
45
55
- Add Greek translation to Alerts module.
46
56
-[newsfeed] Add specific ignoreOlderThan value (override) per feed (#3360)
-[core] Starting clientonly now checks for needed env var `WAYLAND_DISPLAY` or `DISPLAY` and starts electron with needed parameters (if both are set wayland is used) (#3677)
63
+
-[core] Starting clientonly now checks for needed env var `WAYLAND_DISPLAY` or `DISPLAY` and starts electron with needed parameters (if both are set Wayland is used) (#3677)
54
64
-[core] Optimize systeminformation calls and output (#3689)
55
65
-[core] Add issue templates for feature requests and bug reports (#3695)
Copy file name to clipboardExpand all lines: modules/default/utils.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
* @param {boolean} useCorsProxy A flag to indicate
6
6
* @param {Array.<{name: string, value:string}>} requestHeaders the HTTP headers to send
7
7
* @param {Array.<string>} expectedResponseHeaders the expected HTTP headers to receive
8
-
* @param {string} basePath, default /
8
+
* @param {string} basePath The base path, default is "/"
9
9
* @returns {Promise} resolved when the fetch is done. The response headers is placed in a headers-property (provided the response does not already contain a headers-property).
0 commit comments