mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 18:54:30 +01:00
Move the quotes check to JSCS.
This commit is contained in:
parent
537e10033e
commit
d65f749390
@ -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 @@
|
|||||||
"requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="],
|
"requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="],
|
||||||
"requireSpacesInFunctionExpression": { "beforeOpeningCurlyBrace": true },
|
"requireSpacesInFunctionExpression": { "beforeOpeningCurlyBrace": true },
|
||||||
"validateIndentation": 2,
|
"validateIndentation": 2,
|
||||||
"validateLineBreaks": "LF"
|
"validateLineBreaks": "LF",
|
||||||
|
"validateQuoteMarks": "'"
|
||||||
}
|
}
|
||||||
|
@ -8,6 +8,5 @@
|
|||||||
"eqnull" : true,
|
"eqnull" : true,
|
||||||
"expr" : true,
|
"expr" : true,
|
||||||
"laxbreak" : true,
|
"laxbreak" : true,
|
||||||
"quotmark" : "single",
|
|
||||||
"validthis": true
|
"validthis": true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user