Commit d65f7493 authored by XhmikosR's avatar XhmikosR

Move the quotes check to JSCS.

parent 537e1003
......@@ -7,7 +7,6 @@
"noarg" : true,
"node" : true,
"nonbsp" : true,
"quotmark" : "single",
"strict" : true,
"trailing" : true,
"undef" : true
......
......@@ -12,5 +12,6 @@
"requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="],
"requireSpacesInFunctionExpression": { "beforeOpeningCurlyBrace": true },
"validateIndentation": 2,
"validateLineBreaks": "LF"
"validateLineBreaks": "LF",
"validateQuoteMarks": "'"
}
......@@ -8,6 +8,5 @@
"eqnull" : true,
"expr" : true,
"laxbreak" : true,
"quotmark" : "single",
"validthis": true
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment