mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Move the quotes check to JSCS.
This commit is contained in:
parent
537e10033e
commit
d65f749390
3 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue