Skip to content

Commit 96fc4bc

Browse files
chore: fix EditorConfig lint errors
PR-URL: #6834 Closes: #6825 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]>
1 parent 8306458 commit 96fc4bc

File tree

1 file changed

+29
-29
lines changed
  • lib/node_modules/@stdlib/_tools/lint/header-filenames/lib

1 file changed

+29
-29
lines changed
Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
[
2-
"assert",
3-
"complex",
4-
"ctype",
5-
"errno",
6-
"fenv",
7-
"float",
8-
"inttypes",
9-
"iso646",
10-
"limits",
11-
"locale",
12-
"math",
13-
"setjmp",
14-
"signal",
15-
"stdalign",
16-
"stdarg",
17-
"stdatomic",
18-
"stdbool",
19-
"stddef",
20-
"stdint",
21-
"stdio",
22-
"stdlib",
23-
"stdnoreturn",
24-
"string",
25-
"tgmath",
26-
"threads",
27-
"time",
28-
"uchar",
29-
"wchar",
30-
"wctype"
2+
"assert",
3+
"complex",
4+
"ctype",
5+
"errno",
6+
"fenv",
7+
"float",
8+
"inttypes",
9+
"iso646",
10+
"limits",
11+
"locale",
12+
"math",
13+
"setjmp",
14+
"signal",
15+
"stdalign",
16+
"stdarg",
17+
"stdatomic",
18+
"stdbool",
19+
"stddef",
20+
"stdint",
21+
"stdio",
22+
"stdlib",
23+
"stdnoreturn",
24+
"string",
25+
"tgmath",
26+
"threads",
27+
"time",
28+
"uchar",
29+
"wchar",
30+
"wctype"
3131
]

0 commit comments

Comments
 (0)