Skip to content

Commit 40b4245

Browse files
authored
chore: fix EditorConfig lint errors
PR-URL: #5970 Closes: #5960 Reviewed-by: Philipp Burckhardt <[email protected]> Signed-off-by: Kaushikgtm <[email protected]>
1 parent 7036b32 commit 40b4245

File tree

2 files changed

+80
-82
lines changed

2 files changed

+80
-82
lines changed
Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
{
2-
"options": {},
3-
"fields": [
4-
{
5-
"field": "src",
6-
"resolve": true,
7-
"relative": true
8-
},
9-
{
10-
"field": "include",
11-
"resolve": true,
12-
"relative": true
13-
},
14-
{
15-
"field": "libraries",
16-
"resolve": false,
17-
"relative": false
18-
},
19-
{
20-
"field": "libpath",
21-
"resolve": true,
22-
"relative": false
23-
}
24-
],
25-
"confs": [
26-
{
27-
"src": [],
28-
"include": [
29-
"./include"
30-
],
31-
"libraries": [],
32-
"libpath": [],
33-
"dependencies": [
34-
"@stdlib/math/base/special/deg2rad",
35-
"@stdlib/math/base/special/deg2radf",
36-
"@stdlib/strided/base/function-object",
37-
"@stdlib/strided/base/unary",
38-
"@stdlib/strided/dtypes",
39-
"@stdlib/strided/napi/unary"
40-
]
41-
}
42-
]
2+
"options": {},
3+
"fields": [
4+
{
5+
"field": "src",
6+
"resolve": true,
7+
"relative": true
8+
},
9+
{
10+
"field": "include",
11+
"resolve": true,
12+
"relative": true
13+
},
14+
{
15+
"field": "libraries",
16+
"resolve": false,
17+
"relative": false
18+
},
19+
{
20+
"field": "libpath",
21+
"resolve": true,
22+
"relative": false
23+
}
24+
],
25+
"confs": [
26+
{
27+
"src": [],
28+
"include": [
29+
"./include"
30+
],
31+
"libraries": [],
32+
"libpath": [],
33+
"dependencies": [
34+
"@stdlib/math/base/special/deg2rad",
35+
"@stdlib/math/base/special/deg2radf",
36+
"@stdlib/strided/base/function-object",
37+
"@stdlib/strided/base/unary",
38+
"@stdlib/strided/dtypes",
39+
"@stdlib/strided/napi/unary"
40+
]
41+
}
42+
]
4343
}
Lines changed: 39 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,41 @@
11
{
2-
"options": {},
3-
"fields": [
4-
{
5-
"field": "src",
6-
"resolve": true,
7-
"relative": true
8-
},
9-
{
10-
"field": "include",
11-
"resolve": true,
12-
"relative": true
13-
},
14-
{
15-
"field": "libraries",
16-
"resolve": false,
17-
"relative": false
18-
},
19-
{
20-
"field": "libpath",
21-
"resolve": true,
22-
"relative": false
23-
}
24-
],
25-
"confs": [
26-
{
27-
"src": [],
28-
"include": [
29-
"./include"
30-
],
31-
"libraries": [],
32-
"libpath": [],
33-
"dependencies": [
34-
"@stdlib/ndarray/base/function-object",
35-
"@stdlib/ndarray/base/unary",
36-
37-
"@stdlib/ndarray/dtypes",
38-
39-
"@stdlib/ndarray/base/napi/unary"
40-
]
41-
}
42-
]
2+
"options": {},
3+
"fields": [
4+
{
5+
"field": "src",
6+
"resolve": true,
7+
"relative": true
8+
},
9+
{
10+
"field": "include",
11+
"resolve": true,
12+
"relative": true
13+
},
14+
{
15+
"field": "libraries",
16+
"resolve": false,
17+
"relative": false
18+
},
19+
{
20+
"field": "libpath",
21+
"resolve": true,
22+
"relative": false
23+
}
24+
],
25+
"confs": [
26+
{
27+
"src": [],
28+
"include": [
29+
"./include"
30+
],
31+
"libraries": [],
32+
"libpath": [],
33+
"dependencies": [
34+
"@stdlib/ndarray/base/function-object",
35+
"@stdlib/ndarray/base/unary",
36+
"@stdlib/ndarray/dtypes",
37+
"@stdlib/ndarray/base/napi/unary"
38+
]
39+
}
40+
]
4341
}

0 commit comments

Comments
 (0)