Skip to content

Commit 7d9916f

Browse files
Add type fix for sort-keys meta.type
1 parent 3c1270a commit 7d9916f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/sort-keys.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export default {
7878
},
7979
],
8080

81-
type: "suggestion",
81+
type: /** @type {const} */ ("suggestion"),
8282
},
8383

8484
create(context) {

0 commit comments

Comments
 (0)