Skip to content

Commit a017f6c

Browse files
authored
style: sort imported routines (#123)
1 parent a2ffd53 commit a017f6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
const {
44
ArrayPrototypeForEach,
55
ArrayPrototypeIncludes,
6-
ArrayPrototypeShift,
7-
ArrayPrototypeSlice,
86
ArrayPrototypePush,
97
ArrayPrototypePushApply,
8+
ArrayPrototypeShift,
9+
ArrayPrototypeSlice,
1010
ArrayPrototypeUnshiftApply,
1111
ObjectEntries,
1212
ObjectPrototypeHasOwnProperty: ObjectHasOwn,
@@ -17,10 +17,10 @@ const {
1717

1818
const {
1919
validateArray,
20+
validateBoolean,
2021
validateObject,
2122
validateString,
2223
validateUnion,
23-
validateBoolean,
2424
} = require('./validators');
2525

2626
const {

0 commit comments

Comments
 (0)