2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Move the quotes check to JSCS.

This commit is contained in:
XhmikosR
2014-02-19 09:11:25 +02:00
parent 537e10033e
commit d65f749390
3 changed files with 2 additions and 3 deletions
+2 -1
View File
@@ -12,5 +12,6 @@
"requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="],
"requireSpacesInFunctionExpression": { "beforeOpeningCurlyBrace": true },
"validateIndentation": 2,
"validateLineBreaks": "LF"
"validateLineBreaks": "LF",
"validateQuoteMarks": "'"
}
-1
View File
@@ -8,6 +8,5 @@
"eqnull" : true,
"expr" : true,
"laxbreak" : true,
"quotmark" : "single",
"validthis": true
}