Skip to content

Commit 69211e8

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rules/sort-keys.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ const comparators = {
3434

3535
export default {
3636
meta: {
37+
type: /** @type {const} */ ("suggestion"),
38+
3739
defaultOptions: [
3840
"asc",
3941
{
@@ -77,8 +79,6 @@ export default {
7779
additionalProperties: false,
7880
},
7981
],
80-
81-
type: "suggestion",
8282
},
8383

8484
create(context) {

0 commit comments

Comments
 (0)