|
|
5697b58aa2
|
nodejs: radix parameters for parseInt()
|
2023-04-04 12:57:32 +03:00 |
|
|
|
56e46466b2
|
nodejs: useless rules deleted, autofixed spaces before parenthesis, arrow functions syntax, and comma after arguments added
|
2023-04-03 17:05:26 +03:00 |
|
|
|
fa9731ab57
|
nodejs: no unnamed functions
|
2023-04-03 16:44:48 +03:00 |
|
|
|
4c5780f1d6
|
nodejs: default param last
|
2023-04-03 15:20:26 +03:00 |
|
|
|
91a4fe1e52
|
nodejs: no throw literal
|
2023-04-03 12:51:30 +03:00 |
|
|
|
e16ad4e53d
|
nodejs: define vars is required
|
2023-03-31 13:48:11 +03:00 |
|
|
|
7205e383c8
|
nodejs: no new RegExp()
|
2023-03-31 13:40:47 +03:00 |
|
|
|
9bf317b3e0
|
nodejs: camelCase used
|
2023-03-31 13:38:38 +03:00 |
|
|
|
606f4255dc
|
nodejs: no useless return statements + ';' in the end
|
2023-03-31 13:03:15 +03:00 |
|
|
|
89c7e63ab8
|
nodejs: object curly spacing
|
2023-03-31 11:04:35 +03:00 |
|
|
|
dff9602852
|
nodejs: require correct order
|
2023-03-31 10:00:32 +03:00 |
|
|
|
01204d544e
|
nodejs: const declarations for variables that are never reassigned after declared
|
2023-03-30 17:03:40 +03:00 |
|
|
|
a06aa8c8b3
|
nodejs: max-length of lines - 120
|
2023-03-30 16:31:39 +03:00 |
|
|
|
0b8d0ed10a
|
nodejs: disallowed spacing around embedded expressions of template strings
|
2023-03-30 12:33:52 +03:00 |
|
|
|
efec141039
|
nodejs: disallowed padding within blocks
|
2023-03-30 12:29:39 +03:00 |
|
|
|
3079320534
|
nodejs: no multi spaces
|
2023-03-30 10:57:00 +03:00 |
|
|
|
173c05dbf3
|
nodejs: consistent indentation (2 spaces)
|
2023-03-30 10:41:27 +03:00 |
|
|
|
b13c548c4d
|
nodejs: 1 space before comment text
|
2023-03-30 10:30:18 +03:00 |
|
|
|
a54c43c0c2
|
nodejs: braces with all multi-line blocks
|
2023-03-30 10:19:25 +03:00 |
|
|
|
c6dd46a004
|
nodejs: linebreaks inside function parentheses if any of the parameters/arguments have a line break between them
|
2023-03-29 13:27:07 +03:00 |
|
|
|
bf04979c31
|
nodejs: reassigning function parameters disallowed
|
2023-03-29 13:20:33 +03:00 |
|
|
|
072b082240
|
nodejs: require using arrow functions for callbacks
|
2023-03-29 09:49:21 +03:00 |
|
|
|
c664bc4ee9
|
nodejs: template literals instead of string concatenation
|
2023-03-28 17:38:41 +03:00 |
|
|
|
f113d7eeb1
|
nodejs: require destructuring from arrays and objects
|
2023-03-28 16:52:27 +03:00 |
|
|
|
9409bf0785
|
nodejs: quote only properties that are invalid identifiers
|
2023-03-28 15:41:02 +03:00 |
|
|
|
d51e724130
|
nodejs: method and property shorthand syntax for object literals
|
2023-03-28 15:35:27 +03:00 |
|
|
|
9489b4dcde
|
nodejs: variables with block scope used
|
2023-03-28 14:46:09 +03:00 |
|
|
|
d9c139a42b
|
nodejs: const declarations for variables that are never reassigned after declared
|
2023-03-28 14:08:15 +03:00 |
|
|
|
534f1d8284
|
nodejs: single quotes used
|
2023-03-28 14:02:31 +03:00 |
|
|
|
dcf0b500ec
|
nodejs: save file in response type
|
2023-03-23 11:28:02 +03:00 |
|
|
|
3181c7449d
|
Copyright 2023
|
2023-01-20 15:27:03 +05:00 |
|
|
|
d9667f9757
|
nodejs: fix
|
2022-03-15 15:17:19 +03:00 |
|
|
|
a88f84ddac
|
nodejs: use commandRequest
|
2022-03-15 14:19:16 +03:00 |
|
|
|
0931936b3c
|
nodejs: remove unused (5c1d925d42)
|
2022-02-22 11:29:34 +03:00 |
|
|
|
34b066f846
|
nodejs: add region parameter to conversation
|
2021-10-13 18:51:41 +03:00 |
|
|
|
fe803efd35
|
nodejs: added comments
|
2021-04-20 17:33:49 +03:00 |
|
|
|
376de19dae
|
nodejs: add password for convert
|
2021-04-14 11:11:12 +03:00 |
|
|
|
714b514f66
|
Copyright 2021
|
2021-03-15 11:54:47 +03:00 |
|
|
|
62873e4ce4
|
nodejs: fix forcesave conversion
|
2021-02-16 11:00:45 +03:00 |
|
|
|
1de2571c1b
|
[bug] Fix invalid request to relative url after changing urllib version to 2.36.1
|
2020-12-15 17:52:20 +03:00 |
|
|
|
a7f7b3ebf7
|
[bug] Fix "Error: "issuer" must be a string" on conversion
|
2020-12-09 15:19:43 +03:00 |
|
|
|
8050ec572a
|
apache
|
2020-09-02 12:06:52 +03:00 |
|
|
|
80670a0d64
|
Update copyright year
|
2020-04-06 11:59:41 +03:00 |
|
|
|
a536fdf6ab
|
nodejs: max key length - 120
|
2019-02-22 15:54:07 +03:00 |
|
|
|
16473b4e06
|
2019
|
2019-01-22 18:17:07 +03:00 |
|
|
|
fa8e2cf975
|
[[copyright] Update Copyright
2018 -> 2019. Limited -> SIA
|
2019-01-17 17:32:01 +03:00 |
|
|
|
04cad3f10f
|
nodejs: fix unique key
|
2018-05-24 16:05:44 +03:00 |
|
|
|
2e9842d559
|
nodejs: jwt in request body
|
2018-05-11 15:44:27 +03:00 |
|
|
|
20412f0c80
|
Update copyright and footer info to 2018 year
|
2018-03-01 12:41:44 +03:00 |
|
|
|
5c1d925d42
|
nodejs: remove storage service
|
2017-10-09 17:33:30 +03:00 |
|