add single quote rule

This commit is contained in:
Kim Biesbjerg 2020-04-01 10:21:11 +02:00
parent 3bf2aaca4e
commit 73f39d625c

View File

@ -112,6 +112,7 @@
"check-operator", "check-operator",
"check-separator", "check-separator",
"check-type" "check-type"
] ],
"quotemark": [true, "single"]
} }
} }