Skip to content

Commit bde491a

Browse files
committed
Formatting cleanup
1 parent f3bef93 commit bde491a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

validator/rules/single-key-dictionary-key-is-string.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ export default createRule({
3535
},
3636
meta: {
3737
docs: {
38-
description:
39-
'SingleKeyDictionary keys must be strings',
38+
description: 'SingleKeyDictionary keys must be strings',
4039
},
4140
messages: {
4241
stringKey: "SingleKeyDictionary's key must be a string"

0 commit comments

Comments
 (0)