We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c1270a commit 7d9916fCopy full SHA for 7d9916f
src/rules/sort-keys.js
@@ -78,7 +78,7 @@ export default {
78
},
79
],
80
81
- type: "suggestion",
+ type: /** @type {const} */ ("suggestion"),
82
83
84
create(context) {
0 commit comments