Skip to content

Commit c527462

Browse files
fix lint issues
1 parent cb58877 commit c527462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/string.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ module.exports = function checkString(value, schema) {
5555
}
5656

5757
if(schema.alphadash === true && !ALPHADASH_PATTERN.test(value)) {
58-
return this.makeError("stringAlphadash", 'An alphadash string', value)
58+
return this.makeError("stringAlphadash", "An alphadash string", value);
5959
}
6060

6161
return true;

0 commit comments

Comments
 (0)