Commit d65f7493 authored by XhmikosR's avatar XhmikosR
Browse files

Move the quotes check to JSCS.

parent 537e1003
Showing with 2 additions and 3 deletions
+2 -3
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
"noarg" : true, "noarg" : true,
"node" : true, "node" : true,
"nonbsp" : true, "nonbsp" : true,
"quotmark" : "single",
"strict" : true, "strict" : true,
"trailing" : true, "trailing" : true,
"undef" : true "undef" : true
......
...@@ -12,5 +12,6 @@ ...@@ -12,5 +12,6 @@
"requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="], "requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="],
"requireSpacesInFunctionExpression": { "beforeOpeningCurlyBrace": true }, "requireSpacesInFunctionExpression": { "beforeOpeningCurlyBrace": true },
"validateIndentation": 2, "validateIndentation": 2,
"validateLineBreaks": "LF" "validateLineBreaks": "LF",
"validateQuoteMarks": "'"
} }
...@@ -8,6 +8,5 @@ ...@@ -8,6 +8,5 @@
"eqnull" : true, "eqnull" : true,
"expr" : true, "expr" : true,
"laxbreak" : true, "laxbreak" : true,
"quotmark" : "single",
"validthis": true "validthis": true
} }
Supports Markdown
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