Skip to content

Commit 89ad7f5

Browse files
committedMar 27, 2022
fix(sort-tags): add place for internal
1 parent 33eb99e commit 89ad7f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎src/defaultTagOrder.js

+4
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ const defaultTagOrder = [
5050
'license',
5151

5252
// Simple annotations
53+
54+
// TypeScript
55+
'internal',
56+
5357
'const',
5458
'constant',
5559
'final',

0 commit comments

Comments
 (0)
Please sign in to comment.