Commit 04af95a
JE4NVRG
chore: fix JavaScript lint errors (issue #11209)
- regexp_require.js: add empty line between require statement and code
in JSDoc examples (stdlib/jsdoc-example-require-spacing)
- async/until/main.js: replace new Array() with array literal and push
(stdlib/no-new-array)
- strided/ops/sub/scripts/index.js: remove unused eslint-disable
directive for node/shebang
- constants/float64/pinf/lib/index.js: remove unused eslint-disable
directive for stdlib/require-globals
Resolves #112091 parent 33b4e79 commit 04af95a
4 files changed
Lines changed: 5 additions & 5 deletions
File tree
- lib/node_modules/@stdlib
- constants/float64/pinf/lib
- math/strided/ops/sub/scripts
- repl/lib
- utils/async/until/lib
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
0 commit comments