Skip to content

Commit 8a0618b

Browse files
committed
style: fix indentation in JSON files
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 6eee151 commit 8a0618b

File tree

74 files changed

+2252
-2252
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+2252
-2252
lines changed
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[
2-
"number",
3-
"NonNegativeNumber",
4-
"PositiveNumber",
5-
"NonPositiveNumber",
6-
"NegativeNumber",
7-
"FiniteNumber",
8-
"Probability",
9-
"Float64",
10-
"Float32",
11-
"Float16"
2+
"number",
3+
"NonNegativeNumber",
4+
"PositiveNumber",
5+
"NonPositiveNumber",
6+
"NegativeNumber",
7+
"FiniteNumber",
8+
"Probability",
9+
"Float64",
10+
"Float32",
11+
"Float16"
1212
]

lib/node_modules/@stdlib/_tools/eslint/rules/jsdoc-doctest-decimal-point/lib/integer_types.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
[
2-
"integer",
3-
"NonNegativeInteger",
4-
"PositiveInteger",
5-
"NonPositiveInteger",
6-
"NegativeInteger",
7-
"integer32",
8-
"integer16",
9-
"integer8",
10-
"uinteger32",
11-
"uinteger16",
12-
"uinteger8",
13-
"Int128",
14-
"Uint128",
15-
"Int64",
16-
"Uint64",
17-
"Int32",
18-
"Uint32",
19-
"Int16",
20-
"Uint16",
21-
"Int8",
22-
"Uint8"
2+
"integer",
3+
"NonNegativeInteger",
4+
"PositiveInteger",
5+
"NonPositiveInteger",
6+
"NegativeInteger",
7+
"integer32",
8+
"integer16",
9+
"integer8",
10+
"uinteger32",
11+
"uinteger16",
12+
"uinteger8",
13+
"Int128",
14+
"Uint128",
15+
"Int64",
16+
"Uint64",
17+
"Int32",
18+
"Uint32",
19+
"Int16",
20+
"Uint16",
21+
"Int8",
22+
"Uint8"
2323
]
2424

2525

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"whitelist": []
2+
"whitelist": []
33
}
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"exceptions": [
3-
"arg",
4-
"argument",
5-
"augments",
6-
"author",
7-
"borrows",
8-
"example",
9-
"extends",
10-
"param",
11-
"property",
12-
"property",
13-
"see",
14-
"throws",
15-
"todo",
16-
"tutorial"
17-
]
2+
"exceptions": [
3+
"arg",
4+
"argument",
5+
"augments",
6+
"author",
7+
"borrows",
8+
"example",
9+
"extends",
10+
"param",
11+
"property",
12+
"property",
13+
"see",
14+
"throws",
15+
"todo",
16+
"tutorial"
17+
]
1818
}
1919

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
"order": [
3-
"private",
4-
"module",
5-
"namespace",
6-
"name",
7-
"memberof",
8-
"readonly",
9-
"constructor",
10-
"constant",
11-
"function",
12-
"type",
13-
"param",
14-
"throws",
15-
"returns",
16-
"default",
17-
"see",
18-
"example"
19-
]
2+
"order": [
3+
"private",
4+
"module",
5+
"namespace",
6+
"name",
7+
"memberof",
8+
"readonly",
9+
"constructor",
10+
"constant",
11+
"function",
12+
"type",
13+
"param",
14+
"throws",
15+
"returns",
16+
"default",
17+
"see",
18+
"example"
19+
]
2020
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"builtinGlobals": false,
3-
"globalsWhitelist": []
2+
"builtinGlobals": false,
3+
"globalsWhitelist": []
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"globals": []
2+
"globals": []
33
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"order": [ "builtin", "external", "path" ]
2+
"order": [ "builtin", "external", "path" ]
33
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"order": "decreasing"
2+
"order": "decreasing"
33
}
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"protocol": "https",
3-
"hostname": "api.github.com",
4-
"port": null,
5-
"pathname": "/repos/",
6-
"method": "POST",
7-
"useragent": "https://github.com/stdlib-js/stdlib/@stdlib/_tools/github/create-issue",
8-
"accept": "application/vnd.github.v3+json"
2+
"protocol": "https",
3+
"hostname": "api.github.com",
4+
"port": null,
5+
"pathname": "/repos/",
6+
"method": "POST",
7+
"useragent": "https://github.com/stdlib-js/stdlib/@stdlib/_tools/github/create-issue",
8+
"accept": "application/vnd.github.v3+json"
99
}

0 commit comments

Comments
 (0)