Skip to content

Commit ff6f84a

Browse files
committed
fix: lint error i editior config
1 parent 5c80f71 commit ff6f84a

File tree

1 file changed

+26
-26
lines changed
  • lib/node_modules/@stdlib/number/float32/base/exponent

1 file changed

+26
-26
lines changed

lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,41 +2,41 @@
22
"options": {},
33
"fields": [
44
{
5-
"field": "src",
6-
"resolve": true,
7-
"relative": true
5+
"field": "src",
6+
"resolve": true,
7+
"relative": true
88
},
99
{
10-
"field": "include",
11-
"resolve": true,
12-
"relative": true
10+
"field": "include",
11+
"resolve": true,
12+
"relative": true
1313
},
1414
{
15-
"field": "libraries",
16-
"resolve": false,
17-
"relative": false
15+
"field": "libraries",
16+
"resolve": false,
17+
"relative": false
1818
},
1919
{
20-
"field": "libpath",
21-
"resolve": true,
22-
"relative": false
20+
"field": "libpath",
21+
"resolve": true,
22+
"relative": false
2323
}
2424
],
2525
"confs": [
2626
{
27-
"src": [
28-
"./src/main.c"
29-
],
30-
"include": [
31-
"./include"
32-
],
33-
"libraries": [],
34-
"libpath": [],
35-
"dependencies": [
36-
"@stdlib/constants/float32/exponent-bias",
37-
"@stdlib/constants/float32/exponent-mask",
38-
"@stdlib/number/float32/base/to-word"
39-
]
27+
"src": [
28+
"./src/main.c"
29+
],
30+
"include": [
31+
"./include"
32+
],
33+
"libraries": [],
34+
"libpath": [],
35+
"dependencies": [
36+
"@stdlib/constants/float32/exponent-bias",
37+
"@stdlib/constants/float32/exponent-mask",
38+
"@stdlib/number/float32/base/to-word"
39+
]
4040
}
4141
]
42-
}
42+
}

0 commit comments

Comments
 (0)